m3dev

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b74ac8c9ab7674e4709ede051207e5d7c2901a3e
parent b19f81e26b4782da6199991fc40a5de91cf244c6
Author: Brian Swetland <swetland@frotz.net>
Date:   Sat, 13 Jun 2015 20:46:12 -0700

agent-lpc15xx: fix incomplete header

Diffstat:
Magent-lpc15xx/header.S | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/agent-lpc15xx/header.S b/agent-lpc15xx/header.S @@ -12,6 +12,10 @@ _start: .long 0x00001000 // data size .long 0x00000000 // flash addr .long 0x00010000 // flash size + .long 0 + .long 0 + .long 0 + .long 0 .long flash_agent_setup + 1 .long flash_agent_erase + 1 .long flash_agent_write + 1