Skip to content

Commit 7931a49

Browse files
committed
Clean up MPY module building
1 parent 90078ae commit 7931a49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mpy/_stage.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@
2323
*/
2424

2525
#define MICROPY_ENABLE_DYNRUNTIME (1)
26-
#include "py/dynruntime.h"
2726

27+
28+
#include "py/dynruntime.h"
2829
#include "../modules/stage/mod_stage.c"
2930

3031

0 commit comments

Comments
 (0)