aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
diff options
context:
space:
mode:
authorFabio Utzig <utzig@utzig.org>2016-04-04 21:35:11 -0300
committerFabio Utzig <utzig@utzig.org>2016-04-04 21:35:11 -0300
commit653c72ccc3c8ff29bb2f2cffa00d1898c96c8ecf (patch)
tree603b134b8ff03b4d85c81082c0f6a177c8d0ed41 /os/hal
parent031d81ae18328625fef4f8a578648d9de3b869b0 (diff)
downloadChibiOS-Contrib-653c72ccc3c8ff29bb2f2cffa00d1898c96c8ecf.tar.gz
ChibiOS-Contrib-653c72ccc3c8ff29bb2f2cffa00d1898c96c8ecf.tar.bz2
ChibiOS-Contrib-653c72ccc3c8ff29bb2f2cffa00d1898c96c8ecf.zip
Fix tiva demos
Diffstat (limited to 'os/hal')
-rw-r--r--os/hal/ports/TIVA/LLD/hal_mac_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/TIVA/LLD/hal_mac_lld.c b/os/hal/ports/TIVA/LLD/hal_mac_lld.c
index 226695e..3c6c739 100644
--- a/os/hal/ports/TIVA/LLD/hal_mac_lld.c
+++ b/os/hal/ports/TIVA/LLD/hal_mac_lld.c
@@ -28,7 +28,7 @@
#if HAL_USE_MAC || defined(__DOXYGEN__)
-#include "mii.h"
+#include "hal_mii.h"
/*===========================================================================*/
/* Driver local definitions. */