projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix all device mode demos broken in the recent API changes.
[pub/USBasp.git]
/
Demos
/
Device
/
GenericHID
/
GenericHID.c
diff --git
a/Demos/Device/GenericHID/GenericHID.c
b/Demos/Device/GenericHID/GenericHID.c
index
f43499a
..
058d269
100644
(file)
--- a/
Demos/Device/GenericHID/GenericHID.c
+++ b/
Demos/Device/GenericHID/GenericHID.c
@@
-59,6
+59,9
@@
int main(void)
/* Disable clock division */
\r
clock_prescale_set(clock_div_1);
\r
\r
+ /* Hardware Initialization */
\r
+ LEDs_Init();
\r
+
\r
/* Indicate USB not ready */
\r
UpdateStatus(Status_USBNotReady);
\r
\r