aboutsummaryrefslogtreecommitdiff
path: root/Projects/Incomplete
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-02-29 17:04:04 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-02-29 17:04:04 +0000
commite9e6d1992dec544dead4ea3953175362a161a5d4 (patch)
treec7458ce7e75c073431f2e97a9c5fad154719ae59 /Projects/Incomplete
parent2f2a53b3721a36b93465461695d8ec37cdc0983e (diff)
Update StaticAnalysisTest to check for missing header files. Fix found incorrect header file paths in the demos and projects.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2076 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/Incomplete')
-rw-r--r--Projects/Incomplete/StandaloneProgrammer/Lib/DataflashManager.h4
-rw-r--r--Projects/Incomplete/StandaloneProgrammer/Lib/SCSI.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/Projects/Incomplete/StandaloneProgrammer/Lib/DataflashManager.h b/Projects/Incomplete/StandaloneProgrammer/Lib/DataflashManager.h
index f470907e..d353477d 100644
--- a/Projects/Incomplete/StandaloneProgrammer/Lib/DataflashManager.h
+++ b/Projects/Incomplete/StandaloneProgrammer/Lib/DataflashManager.h
@@ -39,8 +39,8 @@
/* Includes: */
#include <avr/io.h>
- #include "StandaloneProgrammer.h"
- #include "Descriptors.h"
+ #include "../StandaloneProgrammer.h"
+ #include "../Descriptors.h"
#include <LUFA/Drivers/USB/USB.h>
#include <LUFA/Drivers/Board/Dataflash.h>
diff --git a/Projects/Incomplete/StandaloneProgrammer/Lib/SCSI.h b/Projects/Incomplete/StandaloneProgrammer/Lib/SCSI.h
index 955a8fec..a0940a79 100644
--- a/Projects/Incomplete/StandaloneProgrammer/Lib/SCSI.h
+++ b/Projects/Incomplete/StandaloneProgrammer/Lib/SCSI.h
@@ -42,8 +42,8 @@
#include <LUFA/Drivers/USB/USB.h>
- #include "StandaloneProgrammer.h"
- #include "Descriptors.h"
+ #include "../StandaloneProgrammer.h"
+ #include "../Descriptors.h"
#include "DataflashManager.h"
/* Macros: */