diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-08-19 08:29:08 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-08-19 08:29:08 +0000 |
commit | fa8beef82d1340a69390d4b11ca785ee016789c5 (patch) | |
tree | 1cfb23637c6e2d1c418ef2645b1ec394dff4cd48 /Projects/Unfinished/AVRISP/makefile | |
parent | 32cc2b8d4d9f2c66a9dbfa859f476c077592e2cf (diff) | |
download | lufa-fa8beef82d1340a69390d4b11ca785ee016789c5.tar.gz lufa-fa8beef82d1340a69390d4b11ca785ee016789c5.tar.bz2 lufa-fa8beef82d1340a69390d4b11ca785ee016789c5.zip |
Moved out the handling of V2 Protocol parameters to a seperate set of files. Added parameter privellages, so that an error can be returned to the host when trying to perform a get/set value action on a parameter without the correct privellages.
Diffstat (limited to 'Projects/Unfinished/AVRISP/makefile')
-rw-r--r-- | Projects/Unfinished/AVRISP/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Projects/Unfinished/AVRISP/makefile b/Projects/Unfinished/AVRISP/makefile index d2128dcf3..958d9abae 100644 --- a/Projects/Unfinished/AVRISP/makefile +++ b/Projects/Unfinished/AVRISP/makefile @@ -136,6 +136,7 @@ LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_DEVICE_OPT_FULLSPEED | USB_OPT_REG_ENAB SRC = $(TARGET).c \
Descriptors.c \ Lib/V2Protocol.c \
+ Lib/V2ProtocolParams.c \
$(LUFA_PATH)/LUFA/Drivers/Peripheral/SerialStream.c \
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/DevChapter9.c \
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Endpoint.c \
|