mirror of
https://github.com/google/pebble.git
synced 2025-04-30 07:21:39 -04:00
spelling: violations
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
39c1e7b34f
commit
36c9aac1f5
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ void vApplicationStackOverflowHook(TaskHandle_t task_handle, signed char *name)
|
||||||
PebbleTask task = pebble_task_get_task_for_handle(task_handle);
|
PebbleTask task = pebble_task_get_task_for_handle(task_handle);
|
||||||
|
|
||||||
// If the task is application or worker, ignore this hook. We have a memory protection region
|
// If the task is application or worker, ignore this hook. We have a memory protection region
|
||||||
// setup at the bottom of those stacks and the code that catches MPU violiations to that
|
// setup at the bottom of those stacks and the code that catches MPU violations to that
|
||||||
// area in fault_handling.c has the logic to safely kill those user tasks without forcing
|
// area in fault_handling.c has the logic to safely kill those user tasks without forcing
|
||||||
// a reboot.
|
// a reboot.
|
||||||
if ((task != PebbleTask_App) && (task != PebbleTask_Worker)) {
|
if ((task != PebbleTask_App) && (task != PebbleTask_Worker)) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue