summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonah Yolles-Murphy <TGTechie01@gmial.com>2021-01-14 00:08:34 -0500
committerJonah Yolles-Murphy <TGTechie01@gmial.com>2021-01-14 00:08:34 -0500
commitc63d5a44a0a05d25ba80bbeb9ce1670dacde4e17 (patch)
tree07ffa27b733bb3c087591b9924d2e0e30866d189
parent5f8ad0c5e612f0468732a3de7549892060f31ab7 (diff)
restore TG-Watch USB_PID from accidental overwrite
-rw-r--r--ports/nrf/boards/TG-Watch/mpconfigboard.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/nrf/boards/TG-Watch/mpconfigboard.mk b/ports/nrf/boards/TG-Watch/mpconfigboard.mk
index 191637e30..f1aac6d71 100644
--- a/ports/nrf/boards/TG-Watch/mpconfigboard.mk
+++ b/ports/nrf/boards/TG-Watch/mpconfigboard.mk
@@ -1,5 +1,5 @@
USB_VID = 0x239A
-USB_PID = 0x802A
+USB_PID = 0x80DB
USB_PRODUCT = "TG-Watch"
USB_MANUFACTURER = "TG-Techie"