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)
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.


No differences found