diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-02-29 17:04:04 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-02-29 17:04:04 +0000 |
commit | 7416ebd7c6591c95a0ae79be8ed10203714d385d (patch) | |
tree | c7458ce7e75c073431f2e97a9c5fad154719ae59 /Projects/Incomplete/StandaloneProgrammer/Lib/SCSI.h | |
parent | bb85d083a7899890d0c14502078f6fa60a09d5df (diff) | |
download | lufa-7416ebd7c6591c95a0ae79be8ed10203714d385d.tar.gz lufa-7416ebd7c6591c95a0ae79be8ed10203714d385d.tar.bz2 lufa-7416ebd7c6591c95a0ae79be8ed10203714d385d.zip |
Update StaticAnalysisTest to check for missing header files. Fix found incorrect header file paths in the demos and projects.
Diffstat (limited to 'Projects/Incomplete/StandaloneProgrammer/Lib/SCSI.h')
-rw-r--r-- | Projects/Incomplete/StandaloneProgrammer/Lib/SCSI.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Projects/Incomplete/StandaloneProgrammer/Lib/SCSI.h b/Projects/Incomplete/StandaloneProgrammer/Lib/SCSI.h index 955a8fec9..a0940a796 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: */ |