Corrections and debug channel in the Incomplete Mass Storage class bootloader.

This commit is contained in:
Dean Camera 2013-03-09 07:49:46 +00:00
parent 4753528b9e
commit f0c7a11670
5 changed files with 65 additions and 42 deletions

View file

@ -95,6 +95,8 @@ void SetupHardware(void)
/* Hardware Initialization */
LEDs_Init();
Serial_Init(9600, false);
Serial_CreateStream(NULL);
USB_Init();
}