diff options
author | Joey Castillo <jose.castillo@gmail.com> | 2021-08-28 13:35:52 -0400 |
---|---|---|
committer | Joey Castillo <jose.castillo@gmail.com> | 2021-08-28 13:55:17 -0400 |
commit | 3e45de7deade177b5caa921ee72a0e36300474c7 (patch) | |
tree | a93006c058d0efeb50353227a06eedb240005060 /watch-library/hw | |
parent | 39a5c822a2a2e798e2e39ff8a98b7af84253026c (diff) | |
download | Sensor-Watch-3e45de7deade177b5caa921ee72a0e36300474c7.tar.gz Sensor-Watch-3e45de7deade177b5caa921ee72a0e36300474c7.tar.bz2 Sensor-Watch-3e45de7deade177b5caa921ee72a0e36300474c7.zip |
implement USB console
Diffstat (limited to 'watch-library/hw')
-rw-r--r-- | watch-library/hw/atmel_start_pins.h | 2 |
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) |