From d8f5406985967d582795ada68cb440ea7d078994 Mon Sep 17 00:00:00 2001 From: goldsimon Date: Fri, 26 Mar 2010 14:11:19 +0000 Subject: [PATCH] make udpecho_thread() static --- apps/udpecho/udpecho.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/udpecho/udpecho.c b/apps/udpecho/udpecho.c index d79f213..591fc8a 100644 --- a/apps/udpecho/udpecho.c +++ b/apps/udpecho/udpecho.c @@ -40,7 +40,7 @@ #include "lwip/sys.h" /*-----------------------------------------------------------------------------------*/ -void +static void udpecho_thread(void *arg) { static struct netconn *conn;