projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add branch for the conversion of demos to use standard C header files for configurati...
[pub/lufa.git]
/
LUFA
/
CodeTemplates
/
LUFAConfig.h
diff --git
a/LUFA/CodeTemplates/LUFAConfig.h
b/LUFA/CodeTemplates/LUFAConfig.h
index
35e8f65
..
0c9dca3
100644
(file)
--- a/
LUFA/CodeTemplates/LUFAConfig.h
+++ b/
LUFA/CodeTemplates/LUFAConfig.h
@@
-157,6
+157,10
@@
// #define NO_AUTO_VBUS_MANAGEMENT
// #define INVERTED_VBUS_ENABLE_LINE
+ #else
+
+ #error Unsupported architecture for this LUFA configuration file.
+
#endif
#endif