mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-07-01 22:38:56 +08:00
Add pack_struct_start and pack_struct_end definitions for ICCARM.
This commit is contained in:
@ -21,3 +21,8 @@
|
|||||||
;
|
;
|
||||||
#pragma pack()
|
#pragma pack()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __ICCARM__
|
||||||
|
;
|
||||||
|
#pragma pack()
|
||||||
|
#endif
|
||||||
|
@ -22,3 +22,8 @@
|
|||||||
#ifdef __ICCRX__
|
#ifdef __ICCRX__
|
||||||
#pragma pack(1)
|
#pragma pack(1)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef __ICCARM__
|
||||||
|
#pragma pack(1)
|
||||||
|
#endif
|
||||||
|
Reference in New Issue
Block a user