From: Dean Camera Date: Tue, 21 Jul 2009 13:51:34 +0000 (+0000) Subject: Slight changes to TeensyHID bootloader to ensure it builds under the 2KB boundary. X-Git-Tag: LUFA-110528-BETA~1048 X-Git-Url: http://git.linex4red.de/pub/lufa.git/commitdiff_plain/7a5d045987f1d42b73a4291a9cd7ac25dc3b8c1a?hp=7a5d045987f1d42b73a4291a9cd7ac25dc3b8c1a 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. ---