diff options
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> |