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 /Demos/Host | |
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 'Demos/Host')
-rw-r--r-- | Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.h b/Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.h index 5e4e04da4..5b050e8b1 100644 --- a/Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.h +++ b/Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.h @@ -39,7 +39,7 @@ /* Includes: */ #include <avr/io.h> - #include "MassStorageHost.h" + #include "../MassStorageHost.h" #include <LUFA/Drivers/USB/USB.h> |