Slight changes to TeensyHID bootloader to ensure it builds under the 2KB boundary.

Changed USB_Init() and USB_Shutdown() so that they are no longer dependant on oneanother for possible code savings when the interface is never explicitly shut down.
This commit is contained in:
Dean Camera 2009-07-21 13:51:34 +00:00
parent e071f3897a
commit 7a5d045987
4 changed files with 12 additions and 39 deletions

View file

@ -63,7 +63,6 @@
/* Function Prototypes: */
void SetupHardware(void);
void ResetHardware(void);
void EVENT_USB_ConfigurationChanged(void);
void EVENT_USB_UnhandledControlPacket(void);