X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=rf433rcv%2Fteensy%2FMakefile;h=ee652f75352beaaee3842ac6b2bdea6dca795aed;hp=8bd597386f686412c557e0ad1db6e4b548c9bdfa;hb=5b00dab1a7d2ac2d8a593f0bd6e85a7194e2c9bd;hpb=1d25e73e3d6d789b52433afee4ab3a1f70019912 diff --git a/rf433rcv/teensy/Makefile b/rf433rcv/teensy/Makefile index 8bd5973..ee652f7 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,8 @@ gccversion : # Program the device. program: $(TARGET).hex $(TARGET).eep - ~/teensy_loader_cli/teensy_loader_cli -mmcu=atmega32u4 -w $(TARGET).hex + ../pc/reset || true + ~/realraum/teensy/teensy_loader_cli/teensy_loader_cli -mmcu=atmega32u4 -w $(TARGET).hex # Generate avr-gdb config/init file which does the following: