Updated bootloaders to use the new main() function layout and remove any references to the scheduler to keep them in line with the rest of the library.

This commit is contained in:
Dean Camera 2009-06-09 06:05:01 +00:00
parent 0323e13b39
commit 28343b1475
6 changed files with 87 additions and 57 deletions

View file

@ -193,6 +193,9 @@
};
/* Function Prototypes: */
void SetupHardware(void);
void ResetHardware(void);
void EVENT_USB_Disconnect(void);
void EVENT_USB_UnhandledControlPacket(void);