Skip to content

Commit 828891e

Browse files
authored
Remove compiler attributes
Remove the compiler attributes, __attribute__((flatten)), which are implemented by the variantHooks.cpp file.
1 parent 7a1e072 commit 828891e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FreeRTOSVariant.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ extern "C" {
3636

3737
/*-----------------------------------------------------------*/
3838

39-
void initVariant(void) __attribute__((flatten));
39+
void initVariant(void);
4040

41-
void vApplicationIdleHook( void ) __attribute__((flatten));
41+
void vApplicationIdleHook( void );
4242

4343
void vApplicationMallocFailedHook( void );
4444
void vApplicationStackOverflowHook( TaskHandle_t xTask, portCHAR *pcTaskName );

0 commit comments

Comments
 (0)