mirror of https://github.com/google/pebble
spelling: parameter
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
dc15069898
commit
8b9b5997fa
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue