Skip to content

Commit 632c2cc

Browse files
Deomid Ryabkovcesantabot
authored andcommitted
Drop the fw/src/, it's cleaner
PUBLISHED_FROM=625dda14ba3d00accbbdc1e5bd61a26b4baa4d94
1 parent 6db20bf commit 632c2cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/esp32/esp32_eth.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
#include "eth_phy/phy_tlk110.h"
1111
#include "tcpip_adapter.h"
1212

13-
#include "fw/src/mgos_net.h"
14-
#include "fw/src/mgos_net_hal.h"
15-
#include "fw/src/mgos_sys_config.h"
13+
#include "mgos_net.h"
14+
#include "mgos_net_hal.h"
15+
#include "mgos_sys_config.h"
1616

1717
static void eth_config_pins(void) {
1818
phy_rmii_configure_data_interface_pins();

0 commit comments

Comments
 (0)