diff options
Diffstat (limited to 'esp8266/mpconfigport_512k.h')
-rw-r--r-- | esp8266/mpconfigport_512k.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/esp8266/mpconfigport_512k.h b/esp8266/mpconfigport_512k.h index ffdc95dbd4..1bb4524054 100644 --- a/esp8266/mpconfigport_512k.h +++ b/esp8266/mpconfigport_512k.h @@ -1,5 +1,8 @@ #include <mpconfigport.h> +#undef MICROPY_EMIT_XTENSA +#define MICROPY_EMIT_XTENSA (0) + #undef MICROPY_FSUSERMOUNT #define MICROPY_FSUSERMOUNT (0) #undef MICROPY_VFS_FAT |