aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/ClassDriver/VirtualSerialMassStorage/Lib/SCSI.h
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 /Demos/Device/ClassDriver/VirtualSerialMassStorage/Lib/SCSI.h
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 'Demos/Device/ClassDriver/VirtualSerialMassStorage/Lib/SCSI.h')
-rw-r--r--Demos/Device/ClassDriver/VirtualSerialMassStorage/Lib/SCSI.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Demos/Device/ClassDriver/VirtualSerialMassStorage/Lib/SCSI.h b/Demos/Device/ClassDriver/VirtualSerialMassStorage/Lib/SCSI.h
index 214ddafb..83d5646c 100644
--- a/Demos/Device/ClassDriver/VirtualSerialMassStorage/Lib/SCSI.h
+++ b/Demos/Device/ClassDriver/VirtualSerialMassStorage/Lib/SCSI.h
@@ -42,8 +42,8 @@
#include <LUFA/Drivers/USB/USB.h>
- #include "VirtualSerialMassStorage.h"
- #include "Descriptors.h"
+ #include "../VirtualSerialMassStorage.h"
+ #include "../Descriptors.h"
#include "DataflashManager.h"
/* Macros: */