Started implementing the low level PDI protocol in the AVRISP project, for XMEGA device programming.

This commit is contained in:
Dean Camera 2009-12-03 00:53:45 +00:00
parent f92b56191d
commit f69f03cb0d
10 changed files with 240 additions and 37 deletions

View file

@ -70,7 +70,6 @@ void SetupHardware(void)
/* Hardware Initialization */
LEDs_Init();
USB_Init();
SerialStream_Init(9600, true);
#if defined(ADC)
/* Initialize the ADC converter for VTARGET level detection on supported AVR models */