mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
Add pack_struct_start and pack_struct_end definitions for ICCARM.
This commit is contained in:
parent
218c59e058
commit
290e7bd222
2 changed files with 10 additions and 0 deletions
|
@ -21,3 +21,8 @@
|
|||
;
|
||||
#pragma pack()
|
||||
#endif
|
||||
|
||||
#ifdef __ICCARM__
|
||||
;
|
||||
#pragma pack()
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue