- #define TEENSY_STARTAPPLICATION 0xFFFF\r
-\r
- /* Event Handlers: */\r
- /** Indicates that this module will catch the USB_Disconnect event when thrown by the library. */\r
- HANDLES_EVENT(USB_Disconnect);\r
-\r
- /** Indicates that this module will catch the USB_ConfigurationChanged event when thrown by the library. */\r
- HANDLES_EVENT(USB_ConfigurationChanged);\r
+ /** Teensy Bootloader special address to start the user application */\r
+ #define TEENSY_STARTAPPLICATION 0xFFFF\r
+ \r
+ /* Function Prototypes: */\r
+ void SetupHardware(void);\r