From 86819ba9d8e30e7eeefd79ece41094a42e521d78 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 20 Jul 2009 14:27:14 +0000 Subject: [PATCH] Fixes to unfinished SideShow demo to re-enable correct building after previous commit. --- Demos/Device/Incomplete/Sideshow/Sideshow.h | 2 +- LUFA.pnproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Demos/Device/Incomplete/Sideshow/Sideshow.h b/Demos/Device/Incomplete/Sideshow/Sideshow.h index 4cdcb372b8..c8d3b53111 100644 --- a/Demos/Device/Incomplete/Sideshow/Sideshow.h +++ b/Demos/Device/Incomplete/Sideshow/Sideshow.h @@ -37,7 +37,7 @@ #include #include "Descriptors.h" - #include "SideshowCommands.h" + #include "Lib/SideshowCommands.h" #include #include diff --git a/LUFA.pnproj b/LUFA.pnproj index 111ce3debd..d0d136c1c2 100644 --- a/LUFA.pnproj +++ b/LUFA.pnproj @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file