Update the tcp_server example to use the correct ip input callback.
authorlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 24 May 2011 13:41:13 +0000 (13:41 +0000)
committerlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 24 May 2011 13:41:13 +0000 (13:41 +0000)
commitd513d5362c8572a5721e7628ead88329f9773e37
treee26ed69017e2c18f6bf4538d19e41cfd50f91ec1
parentab40eaf9ac5b43e7087588fe7f435bdbc9a6eb23
Update the tcp_server example to use the correct ip input callback.

Use tcpip_input() as the network interface function, it's required when
using a kernel.
Change the IP address shown into a string and add a comment.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4921 38d2e660-2303-0410-9eaa-f027e97ec537
boards/at91sam7x-ek/examples/tcp_server/main.c