summaryrefslogtreecommitdiffstats
path: root/Sensor Watch Starter Project/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'Sensor Watch Starter Project/app.c')
-rw-r--r--Sensor Watch Starter Project/app.c2
1 files changed, 1 insertions, 1 deletions
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.