X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=rf433rcv%2Fteensy%2FMakefile;h=df03245c938a75fe9663966113f0851846af585a;hb=3c56468dcf725e2b51076295f16601f8f025922e;hp=cf36fbdb38e2aeb12d958dc860b723641f90cfd6;hpb=02293cb00639b97ca422619ee15f5981a5b3ffd0;p=svn42.git diff --git a/rf433rcv/teensy/Makefile b/rf433rcv/teensy/Makefile index cf36fbd..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 + ../pc/reset || true ~/teensy_loader_cli/teensy_loader_cli -mmcu=atmega32u4 -w $(TARGET).hex