mirror of
https://github.com/google/pebble.git
synced 2025-05-01 07:41:41 -04:00
spelling: parameter
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
dc15069898
commit
8b9b5997fa
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue