summaryrefslogtreecommitdiff
path: root/pcr-controller/Makefile
diff options
context:
space:
mode:
authorBernhard Tittelbach <xro@realraum.at>2013-10-15 00:53:11 +0000
committerBernhard Tittelbach <xro@realraum.at>2013-10-15 00:53:11 +0000
commit5eb5a1d895695f7821868b34732d0d6eca2fdb23 (patch)
tree8ffdbf16bbd76b5f91d846669ec72cd3d0c510d1 /pcr-controller/Makefile
parentjson output experiment, etc (diff)
various bugfixes and improvements + documentation
git-svn-id: https://svn.spreadspace.org/avr/trunk@245 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'pcr-controller/Makefile')
-rw-r--r--pcr-controller/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr-controller/Makefile b/pcr-controller/Makefile
index 1ed2909..e5d923c 100644
--- a/pcr-controller/Makefile
+++ b/pcr-controller/Makefile
@@ -26,7 +26,7 @@ OBJ := $(NAME).o pwm.o pid_control.o temp_curve.o cmd_queue.o
LIBS := util led lufa-descriptor-usbserial anyio onewire ds1820
EXTERNAL_LIBS := lufa
RESET_FUNC := ../tools/reset_lufa_cdc
-RESET_PARAM := 'r'
+RESET_PARAM := 'R'
LUFA_PATH := ../contrib/LUFA-120219
LUFA_OPTS = -D USB_DEVICE_ONLY