summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-07-04 15:31:36 +1000
committerDamien George <damien.p.george@gmail.com>2017-07-04 15:31:36 +1000
commit48b745cfc800e77a49f92530b3c6d15820138edb (patch)
tree2c0becfa884ab240b0a327d2e328e1caabbe2d38
parent503cf3d097e273dae88557cc5b284ba39c77e384 (diff)
downloadmicropython-48b745cfc800e77a49f92530b3c6d15820138edb.tar.gz
micropython-48b745cfc800e77a49f92530b3c6d15820138edb.zip
esp8266/mpconfigport_512k: Use terse error messages to get 512k to fit.
-rw-r--r--esp8266/mpconfigport_512k.h3
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