Skip to content

Commit 4429626

Browse files
erwangojhedberg
authored andcommitted
Revert "drivers: ethernet: rename eth_stm32_hal.c -> eth_stm32_hal_v2.c"
This reverts commit 678e226. This commit was part of PR 94142 which has been merged while a discussion was still on going on the right direction between splitting V1 and V2 or keeping a common file. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 88298ae commit 4429626

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

drivers/ethernet/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ zephyr_library_sources_ifdef(CONFIG_ETH_ESP32 eth_esp32.c)
2929
zephyr_library_sources_ifdef(CONFIG_ETH_LITEX_LITEETH eth_litex_liteeth.c)
3030
zephyr_library_sources_ifdef(CONFIG_ETH_SMSC911X eth_smsc911x.c)
3131
zephyr_library_sources_ifdef(CONFIG_ETH_STELLARIS eth_stellaris.c)
32-
zephyr_library_sources_ifdef(CONFIG_ETH_STM32_HAL eth_stm32_hal_v2.c)
32+
zephyr_library_sources_ifdef(CONFIG_ETH_STM32_HAL eth_stm32_hal.c)
3333
zephyr_library_sources_ifdef(CONFIG_ETH_W5500 eth_w5500.c)
3434
zephyr_library_sources_ifdef(CONFIG_ETH_SAM_GMAC eth_sam_gmac.c)
3535
zephyr_library_sources_ifdef(CONFIG_ETH_CYCLONEV eth_cyclonev.c)
File renamed without changes.

0 commit comments

Comments
 (0)