Skip to content

Commit b6f1be9

Browse files
committed
update configSTACK_DEPTH_TYPE default
1 parent cd930f8 commit b6f1be9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Arduino_FreeRTOS.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -886,9 +886,9 @@
886886

887887
#ifndef configSTACK_DEPTH_TYPE
888888

889-
/* Defaults to uint16_t for backward compatibility, but can be overridden
890-
* in FreeRTOSConfig.h if uint16_t is too restrictive. */
891-
#define configSTACK_DEPTH_TYPE uint16_t
889+
/* Defaults to uint32_t for compatibility, but can be overridden
890+
* in FreeRTOSConfig.h if uint32_t is too restrictive. */
891+
#define configSTACK_DEPTH_TYPE uint32_t
892892
#endif
893893

894894
#ifndef configMESSAGE_BUFFER_LENGTH_TYPE

0 commit comments

Comments
 (0)