mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-26 01:07:13 +00:00
Include pack struct macros for RX architecture.
This commit is contained in:
@@ -1,7 +1,19 @@
|
||||
#ifdef __GNUC__
|
||||
__attribute__( (packed) );
|
||||
__attribute__( (packed) );
|
||||
#endif
|
||||
#ifdef __RENESAS__
|
||||
;
|
||||
#pragma unpack
|
||||
|
||||
#ifdef _SH
|
||||
#ifdef __RENESAS__
|
||||
;
|
||||
#pragma unpack
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __RX
|
||||
#ifdef __RENESAS__
|
||||
;
|
||||
/* Nothing to do. */
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user