bug #29105: Review printf formatters: added X8_F to cc.h and use it in etharp.c

This commit is contained in:
goldsimon
2010-03-08 17:04:27 +00:00
parent 5d20e690fd
commit b9499d07c2
2 changed files with 3 additions and 1 deletions

View File

@@ -58,6 +58,8 @@ with newer versions.
* Added define LWIP_RAND() for lwip-wide randomization (needs to be defined
in cc.h, e.g. used by igmp)
* Added printf-formatter X8_F to printf u8_t as hex
(STABLE-1.3.2)