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 cd930f8 commit b6f1be9Copy full SHA for b6f1be9
src/Arduino_FreeRTOS.h
@@ -886,9 +886,9 @@
886
887
#ifndef configSTACK_DEPTH_TYPE
888
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
+/* Defaults to uint32_t for compatibility, but can be overridden
+ * in FreeRTOSConfig.h if uint32_t is too restrictive. */
+ #define configSTACK_DEPTH_TYPE uint32_t
892
#endif
893
894
#ifndef configMESSAGE_BUFFER_LENGTH_TYPE
0 commit comments