summaryrefslogtreecommitdiffstats
path: root/movement/template
diff options
context:
space:
mode:
authorDavid Keck <davidskeck@fastmail.com>2022-01-26 19:15:16 -0500
committerDavid Keck <davidskeck@fastmail.com>2022-01-26 19:15:16 -0500
commitc130f13bb802c91d65c7ad96a49976678e76ac2b (patch)
tree1a97c9f9ef14da821fc9a1901c355a1b69b2eae8 /movement/template
parentcc2696c71a3cfc0e76f5daeafbde20cdc8790324 (diff)
downloadSensor-Watch-c130f13bb802c91d65c7ad96a49976678e76ac2b.tar.gz
Sensor-Watch-c130f13bb802c91d65c7ad96a49976678e76ac2b.tar.bz2
Sensor-Watch-c130f13bb802c91d65c7ad96a49976678e76ac2b.zip
minor typo fix
Diffstat (limited to 'movement/template')
-rw-r--r--movement/template/template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/movement/template/template.c b/movement/template/template.c
index 8a77d6c3..c9c174b6 100644
--- a/movement/template/template.c
+++ b/movement/template/template.c
@@ -78,7 +78,7 @@ bool <#watch_face_name#>_face_loop(movement_event_t event, movement_settings_t *
break;
}
- // return true if the watch can enter standby mode. If you are PWM'ing an LED or buzzing the buzzer nere,
+ // return true if the watch can enter standby mode. If you are PWM'ing an LED or buzzing the buzzer here,
// you should return false since the PWM driver does not operate in standby mode.
return true;
}