X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=rf433rcv%2Fteensy%2FMakefile;h=df03245c938a75fe9663966113f0851846af585a;hb=3c56468dcf725e2b51076295f16601f8f025922e;hp=8bd597386f686412c557e0ad1db6e4b548c9bdfa;hpb=1d25e73e3d6d789b52433afee4ab3a1f70019912;p=svn42.git diff --git a/rf433rcv/teensy/Makefile b/rf433rcv/teensy/Makefile index 8bd5973..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,6 +443,7 @@ gccversion : # Program the device. program: $(TARGET).hex $(TARGET).eep + ../pc/reset || true ~/teensy_loader_cli/teensy_loader_cli -mmcu=atmega32u4 -w $(TARGET).hex