diff options
Diffstat (limited to 'stmhal/modtime.c')
-rw-r--r-- | stmhal/modtime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/modtime.c b/stmhal/modtime.c index 83be2deaa1..410c6391e2 100644 --- a/stmhal/modtime.c +++ b/stmhal/modtime.c @@ -1,8 +1,8 @@ #include <stm32f4xx_hal.h> +#include "mpconfig.h" #include "nlr.h" #include "misc.h" -#include "mpconfig.h" #include "qstr.h" #include "obj.h" #include "modtime.h" |