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 a6a9df1 commit 866e3afCopy full SHA for 866e3af
src/variantHooks.cpp
@@ -194,7 +194,7 @@ void vApplicationMallocFailedHook( void )
194
This routine will never return.
195
This routine is referenced in the task.c file of FreeRTOS as an extern.
196
\*---------------------------------------------------------------------------*/
197
-void vApplicationStackOverflowHook( TaskHandle_t xTask, portCHAR *pcTaskName )
+void vApplicationStackOverflowHook( TaskHandle_t xTask __attribute__((unused)), portCHAR *pcTaskName __attribute__((unused)) )
198
{
199
#if defined(__AVR_ATmega640__) || defined(__AVR_ATmega1280__) || defined(__AVR_ATmega1281__) || defined(__AVR_ATmega2560__) || defined(__AVR_ATmega2561__) // Arduino Mega with 2560
200
DDRB |= _BV(DDB7);
0 commit comments