diff options
Diffstat (limited to 'os/io/src/mii.c')
-rw-r--r-- | os/io/src/mii.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/os/io/src/mii.c b/os/io/src/mii.c index da36db9d2..4618ecbbb 100644 --- a/os/io/src/mii.c +++ b/os/io/src/mii.c @@ -24,14 +24,14 @@ * @{
*/
-#include <ch.h>
-#include <mac.h>
-#include <mii.h>
+#include "ch.h"
+#include "mac.h"
+#include "mii.h"
/*
- * Currently there is no code, everything is done in the header, you may
+ * Currently there is no code, everything is done in the header, you may
* omit this file from the project but this may change in future releases.
* The file is here because the driver's naming pattern.
*/
-
+
/** @} */
|