From ea9922ac767c43818c123965d40f766a52a744c9 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 1 Dec 2016 10:13:44 -0500 Subject: competition control is good --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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." -- cgit v1.2.3