aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
diff options
context:
space:
mode:
authorUladzimir Pylinski <barthess@yandex.ru>2016-04-09 14:13:39 +0000
committerUladzimir Pylinski <barthess@yandex.ru>2016-04-09 14:13:39 +0000
commit2b82c893e22b6b184495793e496af6ad9365b5d0 (patch)
treebb74dffba6db8e68fb3df242f1ea7c03b1c42269 /os/hal
parentd873e4ed7bc231daa6cb378b3a300b457ff0e0cf (diff)
downloadChibiOS-2b82c893e22b6b184495793e496af6ad9365b5d0.tar.gz
ChibiOS-2b82c893e22b6b184495793e496af6ad9365b5d0.tar.bz2
ChibiOS-2b82c893e22b6b184495793e496af6ad9365b5d0.zip
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
Diffstat (limited to 'os/hal')
-rw-r--r--os/hal/ports/STM32/LLD/MACv1/hal_mac_lld.c2
1 files changed, 1 insertions, 1 deletions
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. */