X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/26bc1f3cfdf1aa44d08d12f0985bd214c396d315..ce044844eaf33ab4dacf199e136abc190125f284:/Projects/AVRISP/AVRISP.c diff --git a/Projects/AVRISP/AVRISP.c b/Projects/AVRISP/AVRISP.c index c0572fca2..48a90e3e4 100644 --- a/Projects/AVRISP/AVRISP.c +++ b/Projects/AVRISP/AVRISP.c @@ -70,6 +70,7 @@ void SetupHardware(void) /* Hardware Initialization */ LEDs_Init(); USB_Init(); + Serial_Init(9600, true); #if defined(ADC) /* Initialize the ADC converter for VTARGET level detection on supported AVR models */