diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-07-20 14:27:14 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-07-20 14:27:14 +0000 |
commit | 86819ba9d8e30e7eeefd79ece41094a42e521d78 (patch) | |
tree | 8e83ea83d3b7262959d7fe41feaa1130170e89b4 /Demos/Device/Incomplete/Sideshow/Sideshow.h | |
parent | 292fc9b65eba6b874dd4c29087cf499123f8bd0c (diff) | |
download | lufa-86819ba9d8e30e7eeefd79ece41094a42e521d78.tar.gz lufa-86819ba9d8e30e7eeefd79ece41094a42e521d78.tar.bz2 lufa-86819ba9d8e30e7eeefd79ece41094a42e521d78.zip |
Fixes to unfinished SideShow demo to re-enable correct building after previous commit.
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 4cdcb372b..c8d3b5311 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>
|