projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific functions...
[pub/USBasp.git]
/
Projects
/
AVRISP-MKII
/
AVRISP.c
diff --git
a/Projects/AVRISP-MKII/AVRISP.c
b/Projects/AVRISP-MKII/AVRISP.c
index
7b2429c
..
33ea07b
100644
(file)
--- a/
Projects/AVRISP-MKII/AVRISP.c
+++ b/
Projects/AVRISP-MKII/AVRISP.c
@@
-42,6
+42,7
@@
int main(void)
{
SetupHardware();
+ V2Protocol_Init();
LEDs_SetAllLEDs(LEDMASK_USB_NOTREADY);
sei();
@@
-66,7
+67,6
@@
void SetupHardware(void)
/* Hardware Initialization */
LEDs_Init();
USB_Init();
- V2Protocol_Init();
}
/** Event handler for the library USB Connection event. */