Project

General

Profile

Statistics
| Revision:

root / trunk / bootloader / reset_vect.c @ 209

History | View | Annotate | Download (340 Bytes)

# Date Author Comment
196 02/24/2010 05:57 PM Kevin Woo
  • Fixed bug where the naked attribute did not work with main
  • Used a noreturn attribute to main_start which saved us some room. That works
  • Tested removal of interrupt tables, this works