aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-12-01 10:13:44 -0500
committerClyne Sullivan <tullivan99@gmail.com>2016-12-01 10:13:44 -0500
commitea9922ac767c43818c123965d40f766a52a744c9 (patch)
tree4745c3724d559484142c1f6598ddf6f73f499de2 /Makefile
parent217e48a59d9d45eb87ea46e7fc32ce8d612ad462 (diff)
competition control is goodHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 31a3370..a519b6d 100644
--- a/Makefile
+++ b/Makefile
@@ -220,6 +220,6 @@ include $(RULESPATH)/rules.mk
# upload target
upload:
@echo "Uploading..."
- @sudo cortexflash -w build/ch.hex /dev/ttyUSB0
+ @sudo cortexflash -w build/zephyr.hex /dev/ttyUSB0
@echo
@echo "Done."