aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/XPLAINBridge
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-03-04 16:15:59 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-03-04 16:15:59 +0000
commit9ffeac6992774224ebc279e346f99d5ed725bcd9 (patch)
tree358b663f2d9e2dbd1555af6ab6ee174da26711e1 /Projects/XPLAINBridge
parente408f92b266aa381b01066bd38da88b3c823b997 (diff)
downloadlufa-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.h5
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>