From 2b82c893e22b6b184495793e496af6ad9365b5d0 Mon Sep 17 00:00:00 2001 From: Uladzimir Pylinski Date: Sat, 9 Apr 2016 14:13:39 +0000 Subject: Fixed build error after migration to new naming convention in HAL. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9264 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/LLD/MACv1/hal_mac_lld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal') diff --git a/os/hal/ports/STM32/LLD/MACv1/hal_mac_lld.c b/os/hal/ports/STM32/LLD/MACv1/hal_mac_lld.c index 8bcf2319c..773f805c8 100644 --- a/os/hal/ports/STM32/LLD/MACv1/hal_mac_lld.c +++ b/os/hal/ports/STM32/LLD/MACv1/hal_mac_lld.c @@ -28,7 +28,7 @@ #if HAL_USE_MAC || defined(__DOXYGEN__) -#include "mii.h" +#include "hal_mii.h" /*===========================================================================*/ /* Driver local definitions. */ -- cgit v1.2.3