Minor bootloader tweaks; make some functions static where possible to reduce the compiled binary size, add additional comments to the makefiles.

This commit is contained in:
Dean Camera 2012-01-15 14:07:14 +00:00
parent 3038ea1c6e
commit bc3db793e9
9 changed files with 24 additions and 10 deletions

View file

@ -53,7 +53,7 @@
#define COMMAND_STARTAPPLICATION 0xFFFF
/* Function Prototypes: */
void SetupHardware(void);
static void SetupHardware(void);
void EVENT_USB_Device_ConfigurationChanged(void);
void EVENT_USB_Device_UnhandledControlRequest(void);