summaryrefslogtreecommitdiff
path: root/software/teensy.include.mk
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2012-05-15 18:10:23 +0000
committerChristian Pointner <equinox@mur.at>2012-05-15 18:10:23 +0000
commit8968339cd16c5a49cb1f2e5b5c1790ae2afd16c6 (patch)
tree8ca03ede2681c35bf964d630d563c0b4b3423be2 /software/teensy.include.mk
parentsome sample combinations for new satelltite shape (diff)
fixed led output lib
git-svn-id: https://svn.spreadspace.org/mur.sat@408 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/teensy.include.mk')
-rw-r--r--software/teensy.include.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/software/teensy.include.mk b/software/teensy.include.mk
index 64f86a6..a6c5dc9 100644
--- a/software/teensy.include.mk
+++ b/software/teensy.include.mk
@@ -97,7 +97,7 @@ clean:
rm -f $(HEXFILE)
erase:
- $(DFU) $(MCU) erase | true
+ $(DFU) $(MCU) erase || true
program: $(HEXFILE) erase
$(DFU) $(MCU) flash $<