Fix FreeRTOS arch includes on newlib platforms

This commit is contained in:
Sergio R. Caprile 2023-01-20 18:09:21 -03:00
parent 7362744ff8
commit 7fc6be9f39
2 changed files with 2 additions and 0 deletions

View File

@ -174,6 +174,7 @@ extern "C" {
#include <stdio.h>
#include <stdlib.h> // rand(), strtol(), atoi()
#include <string.h>
#include <sys/stat.h>
#include <FreeRTOS.h>
#include <task.h>

View File

@ -11,6 +11,7 @@
#include <stdio.h>
#include <stdlib.h> // rand(), strtol(), atoi()
#include <string.h>
#include <sys/stat.h>
#include <FreeRTOS.h>
#include <task.h>