Skip to content

Commit 745ebbf

Browse files
committed
Merge pull request #1787 from 0xc0170/fix_1786
Synch - fix lwip-eth path
2 parents b32f7a9 + 627fe55 commit 745ebbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace_tools/synch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
("lwip-sys", LWIP_SOURCES+"/lwip-sys"),
5757
("Socket" , LWIP_SOURCES+"/Socket"),
5858

59-
("lwip-eth" , LWIP_SOURCES+"/lwip-eth"),
59+
("lwip-eth" , ETH_SOURCES+"/lwip-eth"),
6060
("EthernetInterface", ETH_SOURCES+"/EthernetInterface"),
6161

6262
("USBDevice", USB),

0 commit comments

Comments
 (0)