fix freertos includes

This commit is contained in:
Andrey
2022-01-20 16:46:04 +03:00
parent 542f180d9d
commit cde2341c1f
3 changed files with 10 additions and 6 deletions

View File

@@ -31,10 +31,6 @@
//# include <crt_externs.h>
extern clock_serv_t __pi_mac_clock;
#endif
#ifdef FREERTOS
# include "freertos/FreeRTOS.h"
# include "freertos/task.h"
#endif
#ifdef MICRO_PIP
# include <sys/time.h>
#endif