forked from xuos/xiuos
8 lines
144 B
C
Executable File
8 lines
144 B
C
Executable File
#ifndef __LWIP_DEMO_H__
|
|
#define __LWIP_DEMO_H__
|
|
|
|
#define LWIP_TEST_STACK_SIZE 4096
|
|
#define LWIP_TEST_TASK_PRIO 20
|
|
|
|
#endif /* __LWIP_DEMO_H__ */
|