Slight changes to TeensyHID bootloader to ensure it builds under the 2KB boundary.
authorDean Camera <dean@fourwalledcubicle.com>
Tue, 21 Jul 2009 13:51:34 +0000 (13:51 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Tue, 21 Jul 2009 13:51:34 +0000 (13:51 +0000)
commit7a5d045987f1d42b73a4291a9cd7ac25dc3b8c1a
treeacd259c5053f591f075ae55eb2bbb3967243d8c3
parente071f3897a0946c6be1e1b5e1f78eda8dcbf6fc7
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.
Bootloaders/TeensyHID/TeensyHID.c
Bootloaders/TeensyHID/TeensyHID.h
LUFA/Drivers/USB/LowLevel/LowLevel.c
LUFA/Drivers/USB/LowLevel/LowLevel.h