diff options
author | Keith Packard <keithp@keithp.com> | 2013-09-19 00:29:25 -0500 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-09-19 00:29:25 -0500 |
commit | 8bd218854e968d2b9407489359be0c4a1aefd2c8 (patch) | |
tree | b2fe288bc347ed76455391745106ce51f42445d9 | |
parent | 3bf7ed1761e08d0cb43b0ed330226ec38c844591 (diff) |
altos: Set TeleMini v2.0 USB ID correctly
Uses 0x0027
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | src/telemini-v2.0/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/telemini-v2.0/Makefile b/src/telemini-v2.0/Makefile index ed90f30f..fcac2c48 100644 --- a/src/telemini-v2.0/Makefile +++ b/src/telemini-v2.0/Makefile @@ -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 |