mirror of
https://github.com/google/pebble.git
synced 2025-04-30 07:21:39 -04:00
spelling: kernel
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
c01e9cf70d
commit
cb0ad69261
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue