mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Add pack_struct_start and pack_struct_end definitions for ICCARM.
This commit is contained in:
parent
218c59e058
commit
290e7bd222
|
@ -21,3 +21,8 @@
|
|||
;
|
||||
#pragma pack()
|
||||
#endif
|
||||
|
||||
#ifdef __ICCARM__
|
||||
;
|
||||
#pragma pack()
|
||||
#endif
|
||||
|
|
|
@ -22,3 +22,8 @@
|
|||
#ifdef __ICCRX__
|
||||
#pragma pack(1)
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __ICCARM__
|
||||
#pragma pack(1)
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue