summaryrefslogtreecommitdiffstats
path: root/watch-library/hw/atmel_start_pins.h
diff options
context:
space:
mode:
authorJoey Castillo <jose.castillo@gmail.com>2021-08-28 13:35:52 -0400
committerJoey Castillo <jose.castillo@gmail.com>2021-08-28 13:55:17 -0400
commit3e45de7deade177b5caa921ee72a0e36300474c7 (patch)
treea93006c058d0efeb50353227a06eedb240005060 /watch-library/hw/atmel_start_pins.h
parent39a5c822a2a2e798e2e39ff8a98b7af84253026c (diff)
downloadSensor-Watch-3e45de7deade177b5caa921ee72a0e36300474c7.tar.gz
Sensor-Watch-3e45de7deade177b5caa921ee72a0e36300474c7.tar.bz2
Sensor-Watch-3e45de7deade177b5caa921ee72a0e36300474c7.zip
implement USB console
Diffstat (limited to 'watch-library/hw/atmel_start_pins.h')
-rw-r--r--watch-library/hw/atmel_start_pins.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/watch-library/hw/atmel_start_pins.h b/watch-library/hw/atmel_start_pins.h
index 7a3a7d78..14df95e1 100644
--- a/watch-library/hw/atmel_start_pins.h
+++ b/watch-library/hw/atmel_start_pins.h
@@ -22,7 +22,7 @@
#define GPIO_PIN_FUNCTION_H 7
#define GPIO_PIN_FUNCTION_I 8
-#define VBUS_DET GPIO(GPIO_PORTA, 2)
+#define VBUS_DET GPIO(GPIO_PORTA, 3)
#define SEG1 GPIO(GPIO_PORTA, 4)
#define SEG2 GPIO(GPIO_PORTA, 5)
#define SEG3 GPIO(GPIO_PORTA, 6)