diff options
Diffstat (limited to 'watch-library/hardware')
-rw-r--r-- | watch-library/hardware/watch/watch_private.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/watch-library/hardware/watch/watch_private.c b/watch-library/hardware/watch/watch_private.c index 5ec1de21..e4fa4b9a 100644 --- a/watch-library/hardware/watch/watch_private.c +++ b/watch-library/hardware/watch/watch_private.c @@ -28,7 +28,7 @@ void _watch_init(void) { // disable the LED pin (it may have been enabled by the bootloader) - watch_disable_digital_output(RED); + watch_disable_digital_output(GPIO(GPIO_PORTA, 20)); // RAM should be back-biased in STANDBY PM->STDBYCFG.bit.BBIASHS = 1; |