mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-11 13:54:16 -04:00
Include pack struct macros for RX architecture.
This commit is contained in:
parent
e4c8a7957f
commit
904e22b667
2 changed files with 31 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue