Skip to content

Commit 0406f75

Browse files
committed
FreeRTOS-10 - minor fixes
1 parent abfb417 commit 0406f75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/FreeRTOSConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
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 )

src/stream_buffer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)