summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2018-10-13 09:46:01 -0700
committerKeith Packard <keithp@keithp.com>2018-10-19 08:38:32 -0700
commit6fdc392ef1b624c06e26e7a053c3579435c455d5 (patch)
tree6c206b0c978e709af09a6b2058b46a0368ac0c7c
parent30e4e286eec31e69ad1e69a44cf00d4549a09f88 (diff)
altos/easymega-v2.0: Change binary to easymega-v2.0 instead of easymega-v1.0
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--src/easymega-v2.0/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/easymega-v2.0/Makefile b/src/easymega-v2.0/Makefile
index 9d490d0f..ece4e9bb 100644
--- a/src/easymega-v2.0/Makefile
+++ b/src/easymega-v2.0/Makefile
@@ -108,7 +108,7 @@ IDPRODUCT=0x0028
CFLAGS = $(PRODUCT_DEF) $(STM_CFLAGS) $(PROFILE_DEF) $(SAMPLE_PROFILE_DEF) $(STACK_GUARD_DEF) -Os -g
-PROGNAME=easymega-v1.0
+PROGNAME=easymega-v2.0
PROG=$(PROGNAME)-$(VERSION).elf
HEX=$(PROGNAME)-$(VERSION).ihx