X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=rf433rcv%2Fteensy%2FMakefile;fp=rf433rcv%2Fteensy%2FMakefile;h=8bd597386f686412c557e0ad1db6e4b548c9bdfa;hb=1d25e73e3d6d789b52433afee4ab3a1f70019912;hp=edf9f8a74d90df6524ba255dee62beebb7a31aaf;hpb=deb2b278d460a716e0e2d8be370b1ee8f8963e34;p=svn42.git diff --git a/rf433rcv/teensy/Makefile b/rf433rcv/teensy/Makefile index edf9f8a..8bd5973 100644 --- a/rf433rcv/teensy/Makefile +++ b/rf433rcv/teensy/Makefile @@ -444,7 +444,7 @@ gccversion : # Program the device. program: $(TARGET).hex $(TARGET).eep - $(AVRDUDE) $(AVRDUDE_FLAGS) $(AVRDUDE_WRITE_FLASH) $(AVRDUDE_WRITE_EEPROM) + ~/teensy_loader_cli/teensy_loader_cli -mmcu=atmega32u4 -w $(TARGET).hex # Generate avr-gdb config/init file which does the following: