Started implementing the low level PDI protocol in the AVRISP project, for XMEGA device programming.
This commit is contained in:
parent
f92b56191d
commit
f69f03cb0d
10 changed files with 240 additions and 37 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue