We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7284d84 commit bd65223Copy full SHA for bd65223
include/FreeRTOS.h
@@ -2799,9 +2799,9 @@
2799
2800
#ifndef configSTACK_DEPTH_TYPE
2801
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
+/* 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
2805
#endif
2806
2807
#ifndef configRUN_TIME_COUNTER_TYPE
0 commit comments