altos: Set TeleMini v2.0 USB ID correctly
authorKeith Packard <keithp@keithp.com>
Thu, 19 Sep 2013 05:29:25 +0000 (00:29 -0500)
committerKeith Packard <keithp@keithp.com>
Thu, 19 Sep 2013 05:29:25 +0000 (00:29 -0500)
Uses 0x0027

Signed-off-by: Keith Packard <keithp@keithp.com>
src/telemini-v2.0/Makefile

index ed90f30f1609d567c4a121b0248be05e5e041d89..fcac2c48faeb657cf4eb5b35fb4f6de4568311bb 100644 (file)
@@ -81,7 +81,7 @@ PROGNAME = telemini-v$(TELEMINI_VER)
 PROG = $(PROGNAME)-$(VERSION).ihx
 PRODUCT=TeleMini-v$(TELEMINI_VER)
 PRODUCT_DEF=-DTELEMINI_V_$(TELEMINI_DEF)
-IDPRODUCT=0x000a
+IDPRODUCT=0x0027
 
 include ../cc1111/Makefile.cc1111