diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-03-04 16:15:59 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-03-04 16:15:59 +0000 |
commit | 9ffeac6992774224ebc279e346f99d5ed725bcd9 (patch) | |
tree | 358b663f2d9e2dbd1555af6ab6ee174da26711e1 /Projects/XPLAINBridge | |
parent | e408f92b266aa381b01066bd38da88b3c823b997 (diff) | |
download | lufa-9ffeac6992774224ebc279e346f99d5ed725bcd9.tar.gz lufa-9ffeac6992774224ebc279e346f99d5ed725bcd9.tar.bz2 lufa-9ffeac6992774224ebc279e346f99d5ed725bcd9.zip |
Update code and StaticAnlysisTest so that missingInclude warnings do not have to be suppressed, and so that all code except for third party libraries can be checked.
Update SingleUSBModeTest makefile to separate out the messages from the test commands.
Diffstat (limited to 'Projects/XPLAINBridge')
-rw-r--r-- | Projects/XPLAINBridge/XPLAINBridge.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Projects/XPLAINBridge/XPLAINBridge.h b/Projects/XPLAINBridge/XPLAINBridge.h index ea1b77b71..f5c86c2f4 100644 --- a/Projects/XPLAINBridge/XPLAINBridge.h +++ b/Projects/XPLAINBridge/XPLAINBridge.h @@ -45,9 +45,10 @@ #include "AVRISPDescriptors.h" #include "USARTDescriptors.h" - - #include "Lib/SoftUART.h" + + // cppcheck-suppress missingInclude #include "Lib/V2Protocol.h" + #include "Lib/SoftUART.h" #include <LUFA/Version.h> #include <LUFA/Drivers/Board/LEDs.h> |