mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-11-05 19:22:31 -05:00
Not much more than a reformatted uIP so far - this will eventually replace the FreeRTOS-uIP files.
This commit is contained in:
parent
7c54dfea37
commit
d60032cec3
26 changed files with 9217 additions and 0 deletions
8
Demo/Common/ethernet/FreeTCPIP/net/pack_struct_start.h
Normal file
8
Demo/Common/ethernet/FreeTCPIP/net/pack_struct_start.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifdef __GNUC__
|
||||
|
||||
/* Nothing to do here. */
|
||||
;
|
||||
#endif
|
||||
#ifdef __RENESAS__
|
||||
#pragma pack 1
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue