]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/blobdiff - doc/sys_arch.txt
Removed all structure packing directives. Protocol header fields are naturally aligne...
[pes-rpp/rpp-lwip.git] / doc / sys_arch.txt
index 95d0add737a9c185549e5a9ed719cba88c99cd9e..9f2a999a0d20c8ed950c900438f5dfe752fd572f 100644 (file)
@@ -154,12 +154,6 @@ cc.h       - Architecture environment, some compiler specific, some
   Typedefs for the types used by lwip -
     u8_t, s8_t, u16_t, s16_t, u32_t, s32_t, mem_ptr_t
 
-  Compiler hints for packing lwip's structures -
-    PACK_STRUCT_FIELD(x)
-    PACK_STRUCT_STRUCT
-    PACK_STRUCT_BEGIN
-    PACK_STRUCT_END
-
   Platform specific diagnostic output -
     LWIP_PLATFORM_DIAG(x)    - non-fatal, print a message.
     LWIP_PLATFORM_ASSERT(x)  - fatal, print message and abandon execution.