X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=rf433rcv%2Fteensy%2FMakefile;h=df03245c938a75fe9663966113f0851846af585a;hp=41b9a12fd3d528a22c8bf297f807cefbd179e017;hb=301b757f134e213fc67dd40beea260ef33d9ff14;hpb=1c8f992ad0f0fb296fd9ad01927d22573fec1c13 diff --git a/rf433rcv/teensy/Makefile b/rf433rcv/teensy/Makefile index 41b9a12..df03245 100644 --- a/rf433rcv/teensy/Makefile +++ b/rf433rcv/teensy/Makefile @@ -46,8 +46,7 @@ TARGET = example # List C source files here. (C dependencies are automatically generated.) SRC = $(TARGET).c \ - usb_rawhid.c \ - analog.c + usb_rawhid.c # MCU name, you MUST set this to match the board you are using @@ -444,7 +443,7 @@ gccversion : # Program the device. program: $(TARGET).hex $(TARGET).eep - echo -n r | ../pc/rawhid_test || true + ../pc/reset || true ~/teensy_loader_cli/teensy_loader_cli -mmcu=atmega32u4 -w $(TARGET).hex