Skip to content

Commit bd65223

Browse files
Update default value of configSTACK_DEPTH_TYPE in config file (#987)
1 parent 7284d84 commit bd65223

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/FreeRTOS.h

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

28002800
#ifndef configSTACK_DEPTH_TYPE
28012801

2802-
/* Defaults to uint16_t for backward compatibility, but can be overridden
2803-
* in FreeRTOSConfig.h if uint16_t is too restrictive. */
2804-
#define configSTACK_DEPTH_TYPE uint16_t
2802+
/* Defaults to StackType_t for backward compatibility, but can be overridden
2803+
* in FreeRTOSConfig.h if StackType_t is too restrictive. */
2804+
#define configSTACK_DEPTH_TYPE StackType_t
28052805
#endif
28062806

28072807
#ifndef configRUN_TIME_COUNTER_TYPE

0 commit comments

Comments
 (0)