mirror of
https://github.com/google/pebble.git
synced 2026-02-10 15:37:25 -05:00
spelling: parameter
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -57,7 +57,7 @@ static void system_task_idle_timer_callback(void* data) {
|
||||
}
|
||||
}
|
||||
|
||||
static void system_task_main(void* paramater) {
|
||||
static void system_task_main(void* parameter) {
|
||||
task_watchdog_mask_set(PebbleTask_KernelBackground);
|
||||
task_init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user