Update comments and README

This commit is contained in:
Gregory Nutt
2014-11-24 07:25:40 -06:00
parent 8de38d719a
commit 6a3a2f466c
3 changed files with 16 additions and 6 deletions
+1 -2
View File
@@ -184,8 +184,7 @@ FAR struct net_driver_s *netdev_findbyaddr(const net_ipaddr_t ripaddr)
}
#else
/* If there is only a single, registered network interface, then the
* decision is pretty easy. Use that device and its default router
* address.
* decision is pretty easy.
*/
return g_netdevices;