]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/blobdiff - src/include/arch/cc.h
HALCoGen+LwIP Demo for TMS570 (BE) - only files coppied
[pes-rpp/rpp-lwip.git] / src / include / arch / cc.h
index e027ef4e47a843355d5f46951128bbb7ba2aeabd..b22709caa5f2533df257f12bdb7295a8dcba94d4 100644 (file)
@@ -64,12 +64,12 @@ typedef u32_t               mem_ptr_t;
 /*#endif*/
 
 /* Define (sn)printf formatters for these lwIP types */
-/*#define U16_F "hu"
+#define U16_F "hu"
 #define S16_F "hd"
 #define X16_F "hx"
 #define U32_F "u"
 #define S32_F "d"
-#define X32_F "x"*/
+#define X32_F "x"
 
 
 #if defined(__arm__) && defined(__ARMCC_VERSION)
@@ -117,6 +117,7 @@ typedef u32_t               mem_ptr_t;
 
 
 /* TODO: make the debug work */
+//#define DEBUG
 #ifdef DEBUG
 
 #define LWIP_PLATFORM_DIAG(expr)