projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add checks to the endpoint and pipe configure functions and fail if the requested...
[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
..
26e63ce
100644
(file)
--- a/
Demos/Device/LowLevel/GenericHID/GenericHID.h
+++ b/
Demos/Device/LowLevel/GenericHID/GenericHID.h
@@
-45,8
+45,8
@@
#include <string.h>
#include "Descriptors.h"
-
- #include <LUFA/Version.h>
+ #include "Config/AppConfig.h"
+
#include <LUFA/Drivers/USB/USB.h>
#include <LUFA/Drivers/Board/LEDs.h>