File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 48
48
#define configUSE_IDLE_HOOK 1
49
49
#define configUSE_TICK_HOOK 0
50
50
#define configCPU_CLOCK_HZ ( ( uint32_t ) F_CPU ) // This F_CPU variable set by the environment
51
- #define configMAX_PRIORITIES ( ( UBaseType_t ) 4 )
51
+ #define configMAX_PRIORITIES 4
52
52
#define configMINIMAL_STACK_SIZE ( ( UBaseType_t ) 85 )
53
53
#define configIDLE_STACK_SIZE ( ( UBaseType_t ) 192 )
54
54
#define configMAX_TASK_NAME_LEN ( 8 )
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ task.h is included from an application file. */
36
36
#define MPU_WRAPPERS_INCLUDED_FROM_API_FILE
37
37
38
38
/* FreeRTOS includes. */
39
- #include "FreeRTOS .h"
39
+ #include "Arduino_FreeRTOS .h"
40
40
#include "task.h"
41
41
#include "stream_buffer.h"
42
42
You can’t perform that action at this time.
0 commit comments