Corrections and debug channel in the Incomplete Mass Storage class bootloader.
[pub/lufa.git] / Bootloaders / Incomplete / MassStorage / MassStorage.c
index 2d4d973..10ea8f8 100644 (file)
@@ -95,6 +95,8 @@ void SetupHardware(void)
 
        /* Hardware Initialization */
        LEDs_Init();
+       Serial_Init(9600, false);
+       Serial_CreateStream(NULL);
        USB_Init();
 }