Combine AVRISP project TPI and PDI lib directories - these protocols use the same underlying XPROG wrapper for the host-to-programmer command wrapping.
This commit is contained in:
parent
26bc1f3cfd
commit
ce044844ea
20 changed files with 19 additions and 11 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue