Merge pull request #1787 from 0xc0170/fix_1786

Synch - fix lwip-eth path
pull/1783/merge
Martin Kojtal 2016-05-26 08:46:01 +01:00
commit 745ebbf455
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ OFFICIAL_CODE = (
("lwip-sys", LWIP_SOURCES+"/lwip-sys"),
("Socket" , LWIP_SOURCES+"/Socket"),
("lwip-eth" , LWIP_SOURCES+"/lwip-eth"),
("lwip-eth" , ETH_SOURCES+"/lwip-eth"),
("EthernetInterface", ETH_SOURCES+"/EthernetInterface"),
("USBDevice", USB),