projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Document CDC Host class driver functions and enums.
[pub/USBasp.git]
/
Demos
/
Device
/
LowLevel
/
USBtoSerial
/
USBtoSerial.c
diff --git
a/Demos/Device/LowLevel/USBtoSerial/USBtoSerial.c
b/Demos/Device/LowLevel/USBtoSerial/USBtoSerial.c
index
736c0af
..
141a452
100644
(file)
--- a/
Demos/Device/LowLevel/USBtoSerial/USBtoSerial.c
+++ b/
Demos/Device/LowLevel/USBtoSerial/USBtoSerial.c
@@
-81,9
+81,9
@@
void SetupHardware(void)
clock_prescale_set(clock_div_1);
\r
\r
/* Hardware Initialization */
\r
clock_prescale_set(clock_div_1);
\r
\r
/* Hardware Initialization */
\r
+ Serial_Init(9600, false);
\r
LEDs_Init();
\r
LEDs_Init();
\r
- ReconfigureUSART();
\r
- USB_Init();
\r
+ USB_Init();
\r
}
\r
\r
/** Event handler for the USB_Connect event. This indicates that the device is enumerating via the status LEDs and
\r
}
\r
\r
/** Event handler for the USB_Connect event. This indicates that the device is enumerating via the status LEDs and
\r