summaryrefslogtreecommitdiffstats
path: root/lwip/lwip-local/port/stm32f4x7/arch/cc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lwip/lwip-local/port/stm32f4x7/arch/cc.h')
-rw-r--r--lwip/lwip-local/port/stm32f4x7/arch/cc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lwip/lwip-local/port/stm32f4x7/arch/cc.h b/lwip/lwip-local/port/stm32f4x7/arch/cc.h
index aa0ec4c..ae6efdb 100644
--- a/lwip/lwip-local/port/stm32f4x7/arch/cc.h
+++ b/lwip/lwip-local/port/stm32f4x7/arch/cc.h
@@ -41,16 +41,16 @@ typedef unsigned short u16_t;
typedef signed short s16_t;
typedef unsigned long u32_t;
typedef signed long s32_t;
-typedef u32_t mem_ptr_t;
+//typedef u32_t mem_ptr_t;
typedef int sys_prot_t;
#define U16_F "hu"
#define S16_F "d"
#define X16_F "hx"
-#define U32_F "u"
-#define S32_F "d"
-#define X32_F "x"
+#define U32_F "lu"
+#define S32_F "ld"
+#define X32_F "lx"
#define SZT_F "uz"