projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix build error in TestApp demo caused by previous commit.
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
LowLevel
/
DevChapter9.h
diff --git
a/LUFA/Drivers/USB/LowLevel/DevChapter9.h
b/LUFA/Drivers/USB/LowLevel/DevChapter9.h
index
55e3b82
..
a856ded
100644
(file)
--- a/
LUFA/Drivers/USB/LowLevel/DevChapter9.h
+++ b/
LUFA/Drivers/USB/LowLevel/DevChapter9.h
@@
-51,7
+51,7
@@
/* Public Interface - May be used in end-application: */
\r
/* Macros: */
\r
#if defined(USE_SINGLE_DEVICE_CONFIGURATION)
\r
- #define
TOTAL
_NUM_CONFIGURATIONS 1
\r
+ #define
FIXED
_NUM_CONFIGURATIONS 1
\r
#endif
\r
\r
/* Enums: */
\r