SAMA5: LCDC driver progress

This commit is contained in:
Gregory Nutt
2013-10-07 12:05:16 -06:00
parent 423cc009ef
commit ed980b51f7
6 changed files with 825 additions and 132 deletions
+3 -1
View File
@@ -148,7 +148,9 @@ void netdev_router(FAR struct uip_driver_s *dev, uip_ipaddr_t target,
match.dev = dev;
uip_ipaddr_copy(match.target, target);
/* Then remove the entry from the routing table */
/* Find an router entry with the routing table that can forward to this
* address using this device.
*/
ret = net_foreachroute(net_devmatch, &match);
if (ret > 0)