From: Pavel Pisa Date: Mon, 1 Aug 2016 10:03:17 +0000 (+0200) Subject: lwip template: update for latest lwip_omk version. X-Git-Url: http://rtime.felk.cvut.cz/gitweb/rtems-devel.git/commitdiff_plain/bdbb41b7f3c3d1e9a4c339dd0866e33a009e4050 lwip template: update for latest lwip_omk version. Signed-off-by: Pavel Pisa --- diff --git a/rtems-omk-template/applwiptest/init.c b/rtems-omk-template/applwiptest/init.c index ace8cda..3811aa2 100644 --- a/rtems-omk-template/applwiptest/init.c +++ b/rtems-omk-template/applwiptest/init.c @@ -115,7 +115,7 @@ rtems_task Init( eth_lwip_get_netif_status_cmd); rtems_shell_add_cmd("dhcpinfo", "app", "show tms570 ethernet status", - eth_lwip_get_dhcp_info); + eth_lwip_get_dhcp_info); //rtems_monitor_wakeup(); diff --git a/rtems-omk-template/applwiptest/task_1.c b/rtems-omk-template/applwiptest/task_1.c index ab91d3a..4a9427b 100644 --- a/rtems-omk-template/applwiptest/task_1.c +++ b/rtems-omk-template/applwiptest/task_1.c @@ -12,7 +12,6 @@ #include "lwip/err.h" #include "lwip/tcp.h" #include -#include #include "lwip/tcpip.h" #include "arch/eth_lwip.h" @@ -20,7 +19,6 @@ #include "lwip/netbuf.h" #include "lwip/netdb.h" #include "lwip/netifapi.h" -#include "lwip/pppapi.h" #include "lwip/sockets.h" #include "lwip/sys.h"