From 13befe46b107a88d05710991beab3b7b8478fa09 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 29 Jan 2024 18:40:30 -0800 Subject: [PATCH] altos/easytimer-v2: Fix product name Signed-off-by: Keith Packard --- src/easytimer-v2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/easytimer-v2/Makefile b/src/easytimer-v2/Makefile index 66c31e0b..2298ab48 100644 --- a/src/easytimer-v2/Makefile +++ b/src/easytimer-v2/Makefile @@ -62,7 +62,7 @@ ALTOS_SRC = \ $(SAMPLE_PROFILE) \ $(STACK_GUARD) -PRODUCT=EasyTimer-2 +PRODUCT=EasyTimer-v2 PRODUCT_DEF=-DEASYTIMER_V_2 IDPRODUCT=0x000d -- 2.30.2