spelling: kernel

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 14:56:15 -05:00
parent c01e9cf70d
commit cb0ad69261
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -63,7 +63,7 @@
#define STM32F7_COMPATIBLE
#include <mcu.h>
#include "FreeRTOS.h" /* FreeRTOS Kernal Prototypes/Constants. */
#include "FreeRTOS.h" /* FreeRTOS Kernel Prototypes/Constants. */
#include "task.h" /* FreeRTOS Task Prototypes/Constants. */
#include <inttypes.h>