]> git.earman.xyz Git - sensor-watch.git/commitdiff
minor typo fix
authorDavid Keck <davidskeck@fastmail.com>
Thu, 27 Jan 2022 00:15:16 +0000 (19:15 -0500)
committerDavid Keck <davidskeck@fastmail.com>
Thu, 27 Jan 2022 00:15:16 +0000 (19:15 -0500)
movement/template/template.c

index 8a77d6c30ef279915a197c5a806dcff6374bb6bf..c9c174b6ea3e4ed38b162437a5f9edd665951464 100644 (file)
@@ -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;
 }