From: Othmar Gsenger <otti@realraum.at>
Date: Wed, 14 Dec 2011 14:20:41 +0000 (+0000)
Subject: fixed makefile
X-Git-Url: https://git.realraum.at/?a=commitdiff_plain;h=eee52b5944c066a463098f553a6b5b7771c72f85;p=svn42.git

fixed makefile
---

diff --git a/rf433rcv/teensy/Makefile b/rf433rcv/teensy/Makefile
index cf36fbd..41b9a12 100644
--- a/rf433rcv/teensy/Makefile
+++ b/rf433rcv/teensy/Makefile
@@ -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