From cb98f29e5778974ebd91b99f9757c63726b62e51 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Tue, 14 Sep 2021 15:12:30 -0400 Subject: more work on alternate board pinouts --- Sensor Watch Starter Project/app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Sensor Watch Starter Project') diff --git a/Sensor Watch Starter Project/app.c b/Sensor Watch Starter Project/app.c index 3fa3a618..82ee26d5 100644 --- a/Sensor Watch Starter Project/app.c +++ b/Sensor Watch Starter Project/app.c @@ -76,7 +76,7 @@ void app_wake_from_deep_sleep() { * still be configured with the correct date and time. */ void app_setup() { - watch_enable_led(false); // enable LED with plain digital IO, not PWM + watch_enable_leds(); watch_enable_external_interrupts(); // This starter app demonstrates three different ways of using the button interrupts. -- cgit v1.2.3