Remove serial driver use from the AVRISP project now that it is no longer needed.
This commit is contained in:
parent
9decc2bc59
commit
18b0d408a9
7 changed files with 3 additions and 9 deletions
|
@ -70,7 +70,6 @@ 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