mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-01-20 00:30:35 -05:00
Add missing include to fix compile error (#1358)
This commit is contained in:
parent
5282247346
commit
67f59a5f58
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@
|
||||||
|
|
||||||
#include "pico.h"
|
#include "pico.h"
|
||||||
#include "hardware/sync.h"
|
#include "hardware/sync.h"
|
||||||
|
#include "rp2040_config.h"
|
||||||
|
|
||||||
/*-----------------------------------------------------------
|
/*-----------------------------------------------------------
|
||||||
* Port specific definitions.
|
* Port specific definitions.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue