From 814b642a0ced73a71ceb3b548c2c570e8631dd58 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 18 Apr 2012 16:40:15 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4112 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/various/lwip_bindings/lwipthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/various/lwip_bindings/lwipthread.c') diff --git a/os/various/lwip_bindings/lwipthread.c b/os/various/lwip_bindings/lwipthread.c index a1dd2b178..0a29829a5 100644 --- a/os/various/lwip_bindings/lwipthread.c +++ b/os/various/lwip_bindings/lwipthread.c @@ -96,7 +96,7 @@ static void low_level_init(struct netif *netif) { netif->mtu = 1500; /* device capabilities */ - /* don't set NETIF_FLAG_ETHARP if this device is not an ethernet one */ + /* don't set NETIF_FLAG_ETHARP if this device is not an Ethernet one */ netif->flags = NETIF_FLAG_BROADCAST | NETIF_FLAG_ETHARP | NETIF_FLAG_LINK_UP; /* Do whatever else is needed to initialize interface. */ -- cgit v1.2.3