mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-04-07 14:37:40 -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
|