Moved out each demos' functionality library files (e.g. Ring Buffer library) to /Lib directories for a better directory structure.
This commit is contained in:
parent
d0806c817c
commit
b7ef7f49c9
52 changed files with 37 additions and 30 deletions
|
|
@ -45,7 +45,8 @@
|
|||
#include <ctype.h>
|
||||
|
||||
#include "ConfigDescriptor.h"
|
||||
#include "MassStoreCommands.h"
|
||||
|
||||
#include "Lib/MassStoreCommands.h"
|
||||
|
||||
#include <LUFA/Version.h> // Library Version Information
|
||||
#include <LUFA/Drivers/Misc/TerminalCodes.h> // ANSI Terminal Escape Codes
|
||||
|
|
|
|||
|
|
@ -125,7 +125,7 @@ LUFA_PATH = ../../..
|
|||
# List C source files here. (C dependencies are automatically generated.)
|
||||
SRC = $(TARGET).c \
|
||||
ConfigDescriptor.c \
|
||||
MassStoreCommands.c \
|
||||
Lib/MassStoreCommands.c \
|
||||
$(LUFA_PATH)/LUFA/Scheduler/Scheduler.c \
|
||||
$(LUFA_PATH)/LUFA/Drivers/Peripheral/SerialStream.c \
|
||||
$(LUFA_PATH)/LUFA/Drivers/Peripheral/Serial.c \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue