mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-11 13:54:16 -04:00
Update the FreeTCPIP files such that Keil is happy compiling them with the pack struct header file definitions.
This commit is contained in:
parent
44fc593dfe
commit
96b1dc773f
4 changed files with 19 additions and 7 deletions
|
@ -27,3 +27,8 @@
|
|||
#ifdef __ICCARM__
|
||||
#pragma pack(1)
|
||||
#endif
|
||||
|
||||
#ifdef __CC_ARM
|
||||
__packed
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue