aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/hal_mac_lld.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/templates/hal_mac_lld.c')
-rw-r--r--os/hal/templates/hal_mac_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/templates/hal_mac_lld.c b/os/hal/templates/hal_mac_lld.c
index 83d15a9d7..45d8722f6 100644
--- a/os/hal/templates/hal_mac_lld.c
+++ b/os/hal/templates/hal_mac_lld.c
@@ -28,7 +28,7 @@
#if (HAL_USE_MAC == TRUE) || defined(__DOXYGEN__)
-#include "mii.h"
+#include "hal_mii.h"
/*===========================================================================*/
/* Driver local definitions. */