From 08a82617c53718055d97df4fa60f3e5051d65383 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 9 Sep 2014 09:09:22 -0700 Subject: [PATCH] altos/easymega: Set USB PID for EasyMega to 0x0028 It was using 0x0023, which is for TeleMega. 0x0028 is what's listed in usbvidpid.h. Signed-off-by: Keith Packard --- src/easymega-v1.0/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/easymega-v1.0/Makefile b/src/easymega-v1.0/Makefile index 708ce1c6..c3b360b4 100644 --- a/src/easymega-v1.0/Makefile +++ b/src/easymega-v1.0/Makefile @@ -109,7 +109,7 @@ ALTOS_SRC = \ PRODUCT=EasyMega-v1.0 PRODUCT_DEF=-DEASYMEGA -IDPRODUCT=0x0023 +IDPRODUCT=0x0028 CFLAGS = $(PRODUCT_DEF) $(STM_CFLAGS) $(PROFILE_DEF) $(SAMPLE_PROFILE_DEF) $(STACK_GUARD_DEF) -Os -g -- 2.30.2