projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Combine AVRISP project TPI and PDI lib directories - these protocols use the same...
[pub/USBasp.git]
/
Projects
/
AVRISP
/
AVRISP.c
diff --git
a/Projects/AVRISP/AVRISP.c
b/Projects/AVRISP/AVRISP.c
index
c0572fc
..
48a90e3
100644
(file)
--- a/
Projects/AVRISP/AVRISP.c
+++ b/
Projects/AVRISP/AVRISP.c
@@
-70,6
+70,7
@@
void SetupHardware(void)
/* Hardware Initialization */
\r
LEDs_Init();
\r
USB_Init();
\r
+ Serial_Init(9600, true);
\r
\r
#if defined(ADC)
\r
/* Initialize the ADC converter for VTARGET level detection on supported AVR models */
\r