aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-02-29 17:04:04 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-02-29 17:04:04 +0000
commit7416ebd7c6591c95a0ae79be8ed10203714d385d (patch)
treec7458ce7e75c073431f2e97a9c5fad154719ae59 /Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.h
parentbb85d083a7899890d0c14502078f6fa60a09d5df (diff)
downloadlufa-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/LowLevel/MassStorageHost/Lib/MassStoreCommands.h')
-rw-r--r--Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.h2
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>