Clean up the code. Manage the reconnection. Use the lwip error, insted
[bertos.git] / bertos / cpu / cortex-m3 / info / cm3.common
index 23dfe2a31e6c3b6d35a478e5e461a0797abebef4..380a02b5ca37252a8b4a96b55a0451e4a983986d 100644 (file)
@@ -78,4 +78,4 @@ MK_CPU_LDFLAGS = "-mthumb -mno-thumb-interwork -nostartfiles -Wl,--no-warn-misma
 
 # CRT files.
 MK_CPU_CPPASRC = HW_DIR + "crt_cm3.S " + HW_DIR + "vectors_cm3.S "
-MK_CPU_CSRC = HW_DIR + "init_lm3s.c " + DRV_DIR + "irq_cm3.c "
+MK_CPU_CSRC = HW_DIR + "init_cm3.c " + DRV_DIR + "irq_cm3.c "