fixed makefile
authorOthmar Gsenger <otti@realraum.at>
Wed, 14 Dec 2011 14:20:41 +0000 (14:20 +0000)
committerOthmar Gsenger <otti@realraum.at>
Wed, 14 Dec 2011 14:20:41 +0000 (14:20 +0000)
rf433rcv/teensy/Makefile

index cf36fbd..41b9a12 100644 (file)
@@ -444,7 +444,7 @@ gccversion :
 
 # Program the device.  
 program: $(TARGET).hex $(TARGET).eep
-       echo -n r | ../pc/rawhid_test
+       echo -n r | ../pc/rawhid_test || true
        ~/teensy_loader_cli/teensy_loader_cli -mmcu=atmega32u4 -w $(TARGET).hex