diff options
Diffstat (limited to 'stmhal/modstm.c')
-rw-r--r-- | stmhal/modstm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/modstm.c b/stmhal/modstm.c index 078f590ece..a2b72995ae 100644 --- a/stmhal/modstm.c +++ b/stmhal/modstm.c @@ -3,9 +3,9 @@ #include "stm32f4xx_hal.h" +#include "mpconfig.h" #include "nlr.h" #include "misc.h" -#include "mpconfig.h" #include "qstr.h" #include "obj.h" #include "modstm.h" |