mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-06 14:17:41 -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
|