This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
FreeRTOS-Kernel/Demo/Common/ethernet/FreeTCPIP/net/pack_struct_start.h

9 lines
101 B
C

#ifdef __GNUC__
/* Nothing to do here. */
;
#endif
#ifdef __RENESAS__
#pragma pack 1
#endif