diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-12-01 10:13:44 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-12-01 10:13:44 -0500 |
commit | ea9922ac767c43818c123965d40f766a52a744c9 (patch) | |
tree | 4745c3724d559484142c1f6598ddf6f73f499de2 /Makefile | |
parent | 217e48a59d9d45eb87ea46e7fc32ce8d612ad462 (diff) |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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."
|