spelling: violations

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 17:13:17 -05:00
parent 39c1e7b34f
commit 36c9aac1f5

View file

@ -143,7 +143,7 @@ void vApplicationStackOverflowHook(TaskHandle_t task_handle, signed char *name)
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
// 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
// a reboot.
if ((task != PebbleTask_App) && (task != PebbleTask_Worker)) {