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.
This commit is contained in:
parent
e408f92b26
commit
9ffeac6992
5 changed files with 60 additions and 37 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue