Update StaticAnalysisTest to check for missing header files. Fix found incorrect header file paths in the demos and projects.

This commit is contained in:
Dean Camera 2012-02-29 17:04:04 +00:00
parent bb85d083a7
commit 7416ebd7c6
17 changed files with 38 additions and 34 deletions

View file

@ -39,8 +39,8 @@
/* Includes: */
#include <avr/io.h>
#include "MassStorage.h"
#include "Descriptors.h"
#include "../MassStorage.h"
#include "../Descriptors.h"
#include <LUFA/Common/Common.h>
#include <LUFA/Drivers/USB/USB.h>