Update default value of configSTACK_DEPTH_TYPE in config file (#987)

pull/979/head^2
Rahul Kar 12 months ago committed by GitHub
parent 7284d84dc8
commit bd652237fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2799,9 +2799,9 @@
#ifndef configSTACK_DEPTH_TYPE
/* Defaults to uint16_t for backward compatibility, but can be overridden
* in FreeRTOSConfig.h if uint16_t is too restrictive. */
#define configSTACK_DEPTH_TYPE uint16_t
/* Defaults to StackType_t for backward compatibility, but can be overridden
* in FreeRTOSConfig.h if StackType_t is too restrictive. */
#define configSTACK_DEPTH_TYPE StackType_t
#endif
#ifndef configRUN_TIME_COUNTER_TYPE

Loading…
Cancel
Save