diff options
Diffstat (limited to 'stmhal/bufhelper.c')
-rw-r--r-- | stmhal/bufhelper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/bufhelper.c b/stmhal/bufhelper.c index dd7265552..1f823ea96 100644 --- a/stmhal/bufhelper.c +++ b/stmhal/bufhelper.c @@ -24,8 +24,8 @@ * THE SOFTWARE. */ -#include "misc.h" #include "mpconfig.h" +#include "misc.h" #include "qstr.h" #include "obj.h" #include "bufhelper.h" |