make udpecho_thread() static

This commit is contained in:
goldsimon 2010-03-26 14:11:19 +00:00
parent 9349f269e6
commit d8f5406985

View File

@ -40,7 +40,7 @@
#include "lwip/sys.h" #include "lwip/sys.h"
/*-----------------------------------------------------------------------------------*/ /*-----------------------------------------------------------------------------------*/
void static void
udpecho_thread(void *arg) udpecho_thread(void *arg)
{ {
static struct netconn *conn; static struct netconn *conn;