From bdbb41b7f3c3d1e9a4c339dd0866e33a009e4050 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Mon, 1 Aug 2016 12:03:17 +0200 Subject: [PATCH] lwip template: update for latest lwip_omk version. Signed-off-by: Pavel Pisa --- rtems-omk-template/applwiptest/init.c | 2 +- rtems-omk-template/applwiptest/task_1.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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" -- 2.39.2