summaryrefslogtreecommitdiff
path: root/rf433send/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rf433send/Makefile')
-rw-r--r--rf433send/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/rf433send/Makefile b/rf433send/Makefile
index 4327ad9..b544223 100644
--- a/rf433send/Makefile
+++ b/rf433send/Makefile
@@ -26,6 +26,8 @@ BOARD_TYPE := teensy2
OBJ := $(NAME).o
LIBS := util led lufa-descriptor-usbserial usbio
EXTERNAL_LIBS := lufa
+RESET_FUNC := ../tools/reset_lufa_cdc
+RESET_PARAM := 'r'
LUFA_PATH := ../contrib/LUFA-120219
LUFA_OPTS = -D USB_DEVICE_ONLY