Skip to content

Commit 627fe55

Browse files
committed
Synch - fix lwip-eth path
Fixes #1786 issue
1 parent b32f7a9 commit 627fe55

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)