diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-02-29 17:04:04 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-02-29 17:04:04 +0000 |
| commit | e9e6d1992dec544dead4ea3953175362a161a5d4 (patch) | |
| tree | c7458ce7e75c073431f2e97a9c5fad154719ae59 /Demos/Host | |
| parent | 2f2a53b3721a36b93465461695d8ec37cdc0983e (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/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 5e4e04da..5b050e8b 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> |
