Corrections and debug channel in the Incomplete Mass Storage class bootloader.
This commit is contained in:
parent
4753528b9e
commit
f0c7a11670
5 changed files with 65 additions and 42 deletions
|
@ -95,6 +95,8 @@ void SetupHardware(void)
|
|||
|
||||
/* Hardware Initialization */
|
||||
LEDs_Init();
|
||||
Serial_Init(9600, false);
|
||||
Serial_CreateStream(NULL);
|
||||
USB_Init();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue