projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Started implementing the low level PDI protocol in the AVRISP project, for XMEGA...
[pub/lufa.git]
/
Projects
/
AVRISP
/
AVRISP.c
diff --git
a/Projects/AVRISP/AVRISP.c
b/Projects/AVRISP/AVRISP.c
index
02292aa
..
c0572fc
100644
(file)
--- a/
Projects/AVRISP/AVRISP.c
+++ b/
Projects/AVRISP/AVRISP.c
@@
-70,7
+70,6
@@
void SetupHardware(void)
/* Hardware Initialization */
\r
LEDs_Init();
\r
USB_Init();
\r
- SerialStream_Init(9600, true);
\r
\r
#if defined(ADC)
\r
/* Initialize the ADC converter for VTARGET level detection on supported AVR models */
\r