diff options
Diffstat (limited to 'stmhal/pybwlan.c')
-rw-r--r-- | stmhal/pybwlan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/pybwlan.c b/stmhal/pybwlan.c index 72cb9bfd98..06309b61c0 100644 --- a/stmhal/pybwlan.c +++ b/stmhal/pybwlan.c @@ -5,9 +5,9 @@ #include "stm32f4xx_hal.h" +#include "mpconfig.h" #include "nlr.h" #include "misc.h" -#include "mpconfig.h" #include "qstr.h" #include "obj.h" #include "runtime.h" |