Add support for unwrapping of the XMEGA PDI programming protocol to the AVRISP Progra...
[pub/USBasp.git] / Projects / AVRISP / AVRISP.c
index c0572fc..02292aa 100644 (file)
@@ -70,6 +70,7 @@ void SetupHardware(void)
        /* Hardware Initialization */\r
        LEDs_Init();\r
        USB_Init();\r
+       SerialStream_Init(9600, true);\r
 \r
        #if defined(ADC)\r
        /* Initialize the ADC converter for VTARGET level detection on supported AVR models */\r