Skip to content

Commit 1628e79

Browse files
authored
Merge branch 'micropython:master' into esp32_bitstream
2 parents af4731f + 9ee2ef5 commit 1628e79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

py/emitinlinerv32.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@
3030
#include <stdio.h>
3131
#include <string.h>
3232

33-
#include "py/asmrv32.h"
3433
#include "py/emit.h"
3534
#include "py/misc.h"
3635

3736
#if MICROPY_EMIT_INLINE_RV32
3837

38+
#include "py/asmrv32.h"
39+
3940
typedef enum {
4041
// define rules with a compile function
4142
#define DEF_RULE(rule, comp, kind, ...) PN_##rule,

0 commit comments

Comments
 (0)