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 63c0532 commit 5a195b5Copy full SHA for 5a195b5
src/variantHooks.cpp
@@ -180,7 +180,7 @@ void vApplicationMallocFailedHook( void )
180
/*-----------------------------------------------------------*/
181
182
183
-#if ( configCHECK_FOR_STACK_OVERFLOW == 1 )
+#if ( configCHECK_FOR_STACK_OVERFLOW >= 1 )
184
/*---------------------------------------------------------------------------*\
185
Usage:
186
called by task system when a stack overflow is noticed
0 commit comments