summaryrefslogtreecommitdiffstatshomepage
path: root/py/emitthumb.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/emitthumb.c')
-rw-r--r--py/emitthumb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/py/emitthumb.c b/py/emitthumb.c
index 7bcdf9e43d..1866e00b9a 100644
--- a/py/emitthumb.c
+++ b/py/emitthumb.c
@@ -6,15 +6,15 @@
#include <assert.h>
#include "misc.h"
+#include "mpyconfig.h"
#include "lexer.h"
-#include "machine.h"
#include "parse.h"
#include "scope.h"
#include "runtime.h"
#include "emit.h"
#include "asmthumb.h"
-#ifdef EMIT_ENABLE_THUMB
+#ifdef MICROPY_EMIT_ENABLE_THUMB
#define REG_LOCAL_1 (REG_R4)
#define REG_LOCAL_2 (REG_R5)
@@ -775,4 +775,4 @@ const emit_method_table_t emit_thumb_method_table = {
emit_thumb_yield_from,
};
-#endif // EMIT_ENABLE_THUMB
+#endif // MICROPY_EMIT_ENABLE_THUMB