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 7a1e072 commit 828891eCopy full SHA for 828891e
src/FreeRTOSVariant.h
@@ -36,9 +36,9 @@ extern "C" {
36
37
/*-----------------------------------------------------------*/
38
39
-void initVariant(void) __attribute__((flatten));
+void initVariant(void);
40
41
-void vApplicationIdleHook( void ) __attribute__((flatten));
+void vApplicationIdleHook( void );
42
43
void vApplicationMallocFailedHook( void );
44
void vApplicationStackOverflowHook( TaskHandle_t xTask, portCHAR *pcTaskName );
0 commit comments