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/Device/Incomplete/Sideshow/Lib | |
| 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/Device/Incomplete/Sideshow/Lib')
| -rw-r--r-- | Demos/Device/Incomplete/Sideshow/Lib/SideshowCommands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/Incomplete/Sideshow/Lib/SideshowCommands.h b/Demos/Device/Incomplete/Sideshow/Lib/SideshowCommands.h index 963164bc..4f4b5c17 100644 --- a/Demos/Device/Incomplete/Sideshow/Lib/SideshowCommands.h +++ b/Demos/Device/Incomplete/Sideshow/Lib/SideshowCommands.h @@ -36,7 +36,7 @@ #include <stdbool.h> #include <string.h> - #include "Sideshow.h" + #include "../Sideshow.h" #include "SideshowCommon.h" #include "SideshowApplications.h" #include "SideshowContent.h" |
