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 4848#define configUSE_IDLE_HOOK 1
4949#define configUSE_TICK_HOOK 0
5050#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
5252#define configMINIMAL_STACK_SIZE ( ( UBaseType_t ) 85 )
5353#define configIDLE_STACK_SIZE ( ( UBaseType_t ) 192 )
5454#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. */
3636#define MPU_WRAPPERS_INCLUDED_FROM_API_FILE
3737
3838/* FreeRTOS includes. */
39- #include "FreeRTOS .h"
39+ #include "Arduino_FreeRTOS .h"
4040#include "task.h"
4141#include "stream_buffer.h"
4242
You can’t perform that action at this time.
0 commit comments