diff options
author | Keith Packard <keithp@keithp.com> | 2013-04-02 16:43:53 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-04-02 16:43:53 -0700 |
commit | 0cd203e418e73a1f11460425985b7575c2f0a76c (patch) | |
tree | 6ccd344f8d755e1bd19f0af2c4b7fa7d8a2e60bf /src | |
parent | 96c32125a780ad6b39c015f4abbae07fead68582 (diff) |
Set telegps USB id to 0025
It was accidentally using the same ID as megadongle...
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/telegps-v0.1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/telegps-v0.1/Makefile b/src/telegps-v0.1/Makefile index 1e551e15..aae37660 100644 --- a/src/telegps-v0.1/Makefile +++ b/src/telegps-v0.1/Makefile @@ -67,7 +67,7 @@ ALTOS_SRC = \ PRODUCT=TeleGPS-v0.1 PRODUCT_DEF=-DTELEGPS -IDPRODUCT=0x0024 +IDPRODUCT=0x0025 CFLAGS = $(PRODUCT_DEF) $(STM_CFLAGS) $(PROFILE_DEF) $(SAMPLE_PROFILE_DEF) $(STACK_GUARD_DEF) -Os -g |