projects
/
svn42.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44c1bc3
)
fixed makefile
author
Othmar Gsenger
<otti@realraum.at>
Wed, 14 Dec 2011 14:20:41 +0000
(14:20 +0000)
committer
Othmar Gsenger
<otti@realraum.at>
Wed, 14 Dec 2011 14:20:41 +0000
(14:20 +0000)
rf433rcv/teensy/Makefile
patch
|
blob
|
history
diff --git
a/rf433rcv/teensy/Makefile
b/rf433rcv/teensy/Makefile
index
cf36fbd
..
41b9a12
100644
(file)
--- 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