projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
AppConfigHeaders: Move out the last of the demo/app configurations into new AppConfig...
[pub/USBasp.git]
/
Demos
/
Device
/
LowLevel
/
GenericHID
/
GenericHID.h
diff --git
a/Demos/Device/LowLevel/GenericHID/GenericHID.h
b/Demos/Device/LowLevel/GenericHID/GenericHID.h
index
0fe06bb
..
29bcabc
100644
(file)
--- a/
Demos/Device/LowLevel/GenericHID/GenericHID.h
+++ b/
Demos/Device/LowLevel/GenericHID/GenericHID.h
@@
-45,7
+45,8
@@
#include <string.h>
#include "Descriptors.h"
-
+ #include "Config/AppConfig.h"
+
#include <LUFA/Version.h>
#include <LUFA/Drivers/USB/USB.h>
#include <LUFA/Drivers/Board/LEDs.h>