mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-11 13:54:16 -04:00
8 lines
101 B
C
8 lines
101 B
C
#ifdef __GNUC__
|
|
|
|
/* Nothing to do here. */
|
|
;
|
|
#endif
|
|
#ifdef __RENESAS__
|
|
#pragma pack 1
|
|
#endif
|