Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed alignment problem in error_leds program
Programs need to be 4 byte aligned for srec to happliy convert them to vmem files. The `.trap` section wasn't in the linker script, which meant the ALIGN function in the linker script wasn't of any use.
- Loading branch information