Skip to content

Commit 172a449

Browse files
committed
Merge branch 'esp32_i2cpin' of https://github.com/ricksorensen/micropython into esp32_i2cpin
2 parents a393b10 + 66ea8e0 commit 172a449

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)