able to build with newly added lwip folder

This commit is contained in:
hathach
2013-09-16 16:38:46 +07:00
parent ba3bd1da9e
commit 1cd2d5cf36
21 changed files with 1944 additions and 1953 deletions

View File

@@ -38,7 +38,14 @@
#include "lpc_arch.h"
#include <stdio.h>
#if NO_SYS==0
#if NO_SYS==1
/* Returns the current time in mS. This is needed for the LWIP timers */
//u32_t sys_now(void)
//{
// return (u32_t) SysTick_GetMS();
//}
#else
/* ------------------------ System architecture includes ----------------------------- */
#include "arch/sys_arch.h"