Clean up the code. Manage the reconnection. Use the lwip error, insted
[bertos.git] / bertos / cpu / cortex-m3 / hw / init_cm3.c
index b67900fccd0aefb16123efac696c9019c9233d2d..4ce2f86f9ff9baf226e3617666757ccdbc776c8c 100644 (file)
@@ -52,7 +52,9 @@
 
 #include <io/cm3.h>
 
+#ifndef __IAR_SYSTEMS_ICC__
 extern size_t __text_end, __data_start, __data_end, __bss_start, __bss_end;
+#endif
 
 extern void __init2(void);