File tree 3 files changed +5
-5
lines changed
libraries/Arduino_FreeRTOS/src
lib/FreeRTOS-Kernel-v10.5.1
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 50
50
* included here. In this case the path to the correct portmacro.h header file
51
51
* must be set in the compiler's include path. */
52
52
#ifndef portENTER_CRITICAL
53
- #include "../../portable/GCC/RA6M5 /portmacro.h"
53
+ #include "../../portable/FSP /portmacro.h"
54
54
#endif
55
55
56
56
#if portBYTE_ALIGNMENT == 32
Original file line number Diff line number Diff line change 30
30
/* Scheduler includes. */
31
31
#include "bsp_api.h"
32
32
#include "FreeRTOSConfig.h"
33
- #include "../../../ lib/FreeRTOS-Kernel-v10.5.1/FreeRTOS.h"
34
- #include "../../../ lib/FreeRTOS-Kernel-v10.5.1/task.h"
33
+ #include "../../lib/FreeRTOS-Kernel-v10.5.1/FreeRTOS.h"
34
+ #include "../../lib/FreeRTOS-Kernel-v10.5.1/task.h"
35
35
36
36
#if BSP_TZ_NONSECURE_BUILD
37
37
#include "tz_context.h"
Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ extern "C" {
36
36
* is defined correctly and privileged functions are placed in correct sections. */
37
37
#define MPU_WRAPPERS_INCLUDED_FROM_API_FILE
38
38
39
- #include "../../../ lib/FreeRTOS-Kernel-v10.5.1/mpu_wrappers.h"
39
+ #include "../../lib/FreeRTOS-Kernel-v10.5.1/mpu_wrappers.h"
40
40
41
41
/* MPU_WRAPPERS_INCLUDED_FROM_API_FILE is needed to be defined only for the
42
42
* header files. */
43
43
#undef MPU_WRAPPERS_INCLUDED_FROM_API_FILE
44
44
45
45
/* Needed for definitions of pdFALSE and pdTRUE. */
46
- #include "../../../ lib/FreeRTOS-Kernel-v10.5.1/projdefs.h"
46
+ #include "../../lib/FreeRTOS-Kernel-v10.5.1/projdefs.h"
47
47
48
48
/*-----------------------------------------------------------
49
49
* Port specific definitions.
You can’t perform that action at this time.
0 commit comments