diff options
author | Damien George <damien.p.george@gmail.com> | 2017-07-04 15:31:36 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-07-04 15:31:36 +1000 |
commit | 48b745cfc800e77a49f92530b3c6d15820138edb (patch) | |
tree | 2c0becfa884ab240b0a327d2e328e1caabbe2d38 | |
parent | 503cf3d097e273dae88557cc5b284ba39c77e384 (diff) | |
download | micropython-48b745cfc800e77a49f92530b3c6d15820138edb.tar.gz micropython-48b745cfc800e77a49f92530b3c6d15820138edb.zip |
esp8266/mpconfigport_512k: Use terse error messages to get 512k to fit.
-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 322fb4151a..b84c134792 100644 --- a/esp8266/mpconfigport_512k.h +++ b/esp8266/mpconfigport_512k.h @@ -5,6 +5,9 @@ #undef MICROPY_EMIT_INLINE_XTENSA #define MICROPY_EMIT_INLINE_XTENSA (0) +#undef MICROPY_ERROR_REPORTING +#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_TERSE) + #undef MICROPY_VFS #define MICROPY_VFS (0) #undef MICROPY_VFS_FAT |