aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/Incomplete/Sideshow/Lib
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/Device/Incomplete/Sideshow/Lib
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/Device/Incomplete/Sideshow/Lib')
-rw-r--r--Demos/Device/Incomplete/Sideshow/Lib/SideshowCommands.h2
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 963164bc9..4f4b5c170 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"