error searching
This commit is contained in:
parent
97364a5664
commit
292398a040
2 changed files with 4 additions and 1 deletions
|
@ -214,7 +214,7 @@ void* server_task(void* e)
|
|||
|
||||
tmp1 = get_clock_tick();
|
||||
|
||||
for (n = 0; n < 1024 ; n++)
|
||||
for (n = 0; n < 512 ; n++)
|
||||
{
|
||||
//if (!(n%10))
|
||||
kprintf("%d-",n);
|
||||
|
|
|
@ -99,5 +99,8 @@
|
|||
#define NETIF_DEBUG LWIP_DBG_OFF
|
||||
#define TIMERS_DEBUG LWIP_DBG_OFF
|
||||
|
||||
#define LWIP_TCPIP_CORE_LOCKING_INPUT 1
|
||||
#define LWIP_TCPIP_CORE_LOCKING 1
|
||||
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue