aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/XPLAINBridge
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-04-08 11:30:28 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-04-08 11:30:28 +0000
commitb04de2f2f4bb14c968ebcc765ec93c5d1591aa0d (patch)
treeca8e1ea9e5f745ccff33e00bbb5d4cfe55460f1d /Projects/XPLAINBridge
parentb9a486efe70254947238d1c2a46b12fc30f63853 (diff)
downloadlufa-b04de2f2f4bb14c968ebcc765ec93c5d1591aa0d.tar.gz
lufa-b04de2f2f4bb14c968ebcc765ec93c5d1591aa0d.tar.bz2
lufa-b04de2f2f4bb14c968ebcc765ec93c5d1591aa0d.zip
Pull out common options in the StaticAnalysisTest build test makefile into a seperate make variable for clarity.
Add missing cppcheck inline suppression comment.
Diffstat (limited to 'Projects/XPLAINBridge')
-rw-r--r--Projects/XPLAINBridge/XPLAINBridge.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Projects/XPLAINBridge/XPLAINBridge.h b/Projects/XPLAINBridge/XPLAINBridge.h
index f5c86c2f4..5570a1a0a 100644
--- a/Projects/XPLAINBridge/XPLAINBridge.h
+++ b/Projects/XPLAINBridge/XPLAINBridge.h
@@ -48,6 +48,7 @@
// cppcheck-suppress missingInclude
#include "Lib/V2Protocol.h"
+ // cppcheck-suppress missingInclude
#include "Lib/SoftUART.h"
#include <LUFA/Version.h>