From 31d4898bca1760fe2db2dba458f336cfd63ce677 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Tue, 30 Aug 2022 22:27:32 -0400 Subject: [PATCH] Delete hal_conf_extra.h --- .../AsyncWebClientRepeating_STM32_LAN8720/hal_conf_extra.h | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 examples/STM32_LAN8720/AsyncWebClientRepeating_STM32_LAN8720/hal_conf_extra.h diff --git a/examples/STM32_LAN8720/AsyncWebClientRepeating_STM32_LAN8720/hal_conf_extra.h b/examples/STM32_LAN8720/AsyncWebClientRepeating_STM32_LAN8720/hal_conf_extra.h deleted file mode 100644 index a643ca6..0000000 --- a/examples/STM32_LAN8720/AsyncWebClientRepeating_STM32_LAN8720/hal_conf_extra.h +++ /dev/null @@ -1,7 +0,0 @@ -// Note: Must replace -// .arduino15/packages/STM32/hardware/stm32/1.9.0/system/STM32F4xx/stm32f4xx_hal_conf_default.h -// as described in README.md - -#define HAL_ETH_MODULE_ENABLED - -#define LAN8742A_PHY_ADDRESS 0x01U