diff options
Diffstat (limited to 'os/io/templates/mac_lld.c')
-rw-r--r-- | os/io/templates/mac_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/io/templates/mac_lld.c b/os/io/templates/mac_lld.c index 100f871d2..8dc674fcb 100644 --- a/os/io/templates/mac_lld.c +++ b/os/io/templates/mac_lld.c @@ -25,7 +25,7 @@ */
#include <ch.h>
-#include <mac_lld.h>
+#include <mac.h>
/**
* @brief Low level MAC initialization. |