From cb0ad69261ea46d4f0e39b2eeb64de5a1b2c7aa1 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:56:15 -0500 Subject: [PATCH] spelling: kernel Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/drivers/accessory.c | 2 +- src/fw/kernel/core_dump.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fw/drivers/accessory.c b/src/fw/drivers/accessory.c index d958af9a..f25ad26d 100644 --- a/src/fw/drivers/accessory.c +++ b/src/fw/drivers/accessory.c @@ -39,7 +39,7 @@ #include "util/likely.h" #include "util/size.h" -#include "FreeRTOS.h" /* FreeRTOS Kernal Prototypes/Constants. */ +#include "FreeRTOS.h" /* FreeRTOS Kernel Prototypes/Constants. */ #include "semphr.h" #define STM32F4_COMPATIBLE diff --git a/src/fw/kernel/core_dump.c b/src/fw/kernel/core_dump.c index cc572f71..a6fec6d4 100644 --- a/src/fw/kernel/core_dump.c +++ b/src/fw/kernel/core_dump.c @@ -63,7 +63,7 @@ #define STM32F7_COMPATIBLE #include -#include "FreeRTOS.h" /* FreeRTOS Kernal Prototypes/Constants. */ +#include "FreeRTOS.h" /* FreeRTOS Kernel Prototypes/Constants. */ #include "task.h" /* FreeRTOS Task Prototypes/Constants. */ #include