Fixed many LWIP_DEBUGF format strings; added new format string SZT_F for size_t

This commit is contained in:
goldsimon
2009-02-18 21:13:06 +00:00
parent 103fe60362
commit c05e968278
4 changed files with 40 additions and 32 deletions

View File

@@ -42,6 +42,11 @@
#include "arch/cc.h"
/** Temporary: define format string for size_t if not defined in cc.h */
#ifndef SZT_F
#define SZT_F U32_F
#endif /* SZT_F */
#ifdef __cplusplus
extern "C" {
#endif