We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db20bf commit 632c2ccCopy full SHA for 632c2cc
src/esp32/esp32_eth.c
@@ -10,9 +10,9 @@
10
#include "eth_phy/phy_tlk110.h"
11
#include "tcpip_adapter.h"
12
13
-#include "fw/src/mgos_net.h"
14
-#include "fw/src/mgos_net_hal.h"
15
-#include "fw/src/mgos_sys_config.h"
+#include "mgos_net.h"
+#include "mgos_net_hal.h"
+#include "mgos_sys_config.h"
16
17
static void eth_config_pins(void) {
18
phy_rmii_configure_data_interface_pins();
0 commit comments