fixed makefile
[svn42.git] / 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