]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commitdiff
Added note about printf formatter defines
authorgoldsimon <goldsimon>
Wed, 20 May 2009 18:59:05 +0000 (18:59 +0000)
committergoldsimon <goldsimon>
Wed, 20 May 2009 18:59:05 +0000 (18:59 +0000)
doc/sys_arch.txt

index 0430b6ff314ab019b268e28700ec9cfeb2718f9d..226d420993ee5c7f5dbf07e0e6419ebd132fef7a 100644 (file)
@@ -195,6 +195,8 @@ cc.h       - Architecture environment, some compiler specific, some
   Platform specific diagnostic output -
     LWIP_PLATFORM_DIAG(x)    - non-fatal, print a message.
     LWIP_PLATFORM_ASSERT(x)  - fatal, print message and abandon execution.
+    Portybility defines for printf formatters:
+    U16_F, S16_F, X16_F, U32_F, S32_F, X32_F, SZT_F
 
   "lightweight" synchronization mechanisms -
     SYS_ARCH_DECL_PROTECT(x) - declare a protection state variable.