Skip to content

Commit

Permalink
Synch - fix lwip-eth path
Browse files Browse the repository at this point in the history
Fixes ARMmbed#1786 issue
  • Loading branch information
0xc0170 committed May 26, 2016
1 parent b32f7a9 commit 627fe55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspace_tools/synch.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
("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),
Expand Down

0 comments on commit 627fe55

Please sign in to comment.