diff options
Diffstat (limited to 'Demos/Host/StillImageHost')
-rw-r--r-- | Demos/Host/StillImageHost/Lib/PIMACodes.h (renamed from Demos/Host/StillImageHost/PIMACodes.h) | 0 | ||||
-rw-r--r-- | Demos/Host/StillImageHost/Lib/StillImageCommands.c (renamed from Demos/Host/StillImageHost/StillImageCommands.c) | 0 | ||||
-rw-r--r-- | Demos/Host/StillImageHost/Lib/StillImageCommands.h (renamed from Demos/Host/StillImageHost/StillImageCommands.h) | 0 | ||||
-rw-r--r-- | Demos/Host/StillImageHost/StillImageHost.h | 5 | ||||
-rw-r--r-- | Demos/Host/StillImageHost/makefile | 2 |
5 files changed, 4 insertions, 3 deletions
diff --git a/Demos/Host/StillImageHost/PIMACodes.h b/Demos/Host/StillImageHost/Lib/PIMACodes.h index 38755aba8..38755aba8 100644 --- a/Demos/Host/StillImageHost/PIMACodes.h +++ b/Demos/Host/StillImageHost/Lib/PIMACodes.h diff --git a/Demos/Host/StillImageHost/StillImageCommands.c b/Demos/Host/StillImageHost/Lib/StillImageCommands.c index 8f05e48f4..8f05e48f4 100644 --- a/Demos/Host/StillImageHost/StillImageCommands.c +++ b/Demos/Host/StillImageHost/Lib/StillImageCommands.c diff --git a/Demos/Host/StillImageHost/StillImageCommands.h b/Demos/Host/StillImageHost/Lib/StillImageCommands.h index ad0ba55a2..ad0ba55a2 100644 --- a/Demos/Host/StillImageHost/StillImageCommands.h +++ b/Demos/Host/StillImageHost/Lib/StillImageCommands.h diff --git a/Demos/Host/StillImageHost/StillImageHost.h b/Demos/Host/StillImageHost/StillImageHost.h index 909ed89bc..b563767cc 100644 --- a/Demos/Host/StillImageHost/StillImageHost.h +++ b/Demos/Host/StillImageHost/StillImageHost.h @@ -43,8 +43,9 @@ #include <stdio.h>
#include "ConfigDescriptor.h"
- #include "PIMACodes.h"
- #include "StillImageCommands.h"
+
+ #include "Lib/PIMACodes.h"
+ #include "Lib/StillImageCommands.h"
#include <LUFA/Drivers/Misc/TerminalCodes.h> // ANSI Terminal Escape Codes
#include <LUFA/Drivers/USB/USB.h> // USB Functionality
diff --git a/Demos/Host/StillImageHost/makefile b/Demos/Host/StillImageHost/makefile index bcb036f25..8c1ca0b45 100644 --- a/Demos/Host/StillImageHost/makefile +++ b/Demos/Host/StillImageHost/makefile @@ -124,7 +124,7 @@ LUFA_PATH = ../../.. # List C source files here. (C dependencies are automatically generated.)
SRC = $(TARGET).c \
ConfigDescriptor.c \
- StillImageCommands.c \
+ Lib/StillImageCommands.c \
$(LUFA_PATH)/LUFA/Scheduler/Scheduler.c \
$(LUFA_PATH)/LUFA/Drivers/Peripheral/SerialStream.c \
$(LUFA_PATH)/LUFA/Drivers/Peripheral/Serial.c \
|