aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/Incomplete/Sideshow
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-07-20 14:27:14 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-07-20 14:27:14 +0000
commit619b95d340e50a4e00ffaa855801c4df4d336245 (patch)
tree8e83ea83d3b7262959d7fe41feaa1130170e89b4 /Demos/Device/Incomplete/Sideshow
parent055b8ea7dc80fb782b1193c9f4260733eab23b9d (diff)
Fixes to unfinished SideShow demo to re-enable correct building after previous commit.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@671 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/Incomplete/Sideshow')
-rw-r--r--Demos/Device/Incomplete/Sideshow/Sideshow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/Incomplete/Sideshow/Sideshow.h b/Demos/Device/Incomplete/Sideshow/Sideshow.h
index 4cdcb372..c8d3b531 100644
--- a/Demos/Device/Incomplete/Sideshow/Sideshow.h
+++ b/Demos/Device/Incomplete/Sideshow/Sideshow.h
@@ -37,7 +37,7 @@
#include <avr/power.h>
#include "Descriptors.h"
- #include "SideshowCommands.h"
+ #include "Lib/SideshowCommands.h"
#include <LUFA/Version.h>
#include <LUFA/Drivers/USB/USB.h>