Skip to content

Commit e641f84

Browse files
author
fpr
committed
Replaced specific HAL include with generic one
Signed-off-by: fpr <[email protected]>
1 parent e02d9ed commit e641f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utility/stm32_eth.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
#endif
4444

4545
/* Includes ------------------------------------------------------------------*/
46-
#include "stm32f4xx_hal.h"
46+
#include "stm32_def.h"
4747
#include "lwip/ip_addr.h"
4848
#include "lwip/dhcp.h"
4949
#include "lwip/udp.h"

0 commit comments

Comments
 (0)