diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-07-20 14:27:14 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-07-20 14:27:14 +0000 |
| commit | 619b95d340e50a4e00ffaa855801c4df4d336245 (patch) | |
| tree | 8e83ea83d3b7262959d7fe41feaa1130170e89b4 /Demos/Device/Incomplete/Sideshow/Sideshow.h | |
| parent | 055b8ea7dc80fb782b1193c9f4260733eab23b9d (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/Sideshow.h')
| -rw-r--r-- | Demos/Device/Incomplete/Sideshow/Sideshow.h | 2 |
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>
|
