summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2016-04-07 00:38:08 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-04-07 00:38:08 +0300
commit2c407bcf2007b1c899bbee45b1a139c27a2dc47b (patch)
tree14704a2d082d563a66749f479975b1ee25de0fbf
parentd85439fd190221bd7ab1dd8f57490a1353542286 (diff)
downloadmicropython-2c407bcf2007b1c899bbee45b1a139c27a2dc47b.tar.gz
micropython-2c407bcf2007b1c899bbee45b1a139c27a2dc47b.zip
esp8266: Switch from terse error messages to normal ones.
Adds 2k to the code size.
-rw-r--r--esp8266/mpconfigport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h
index 05f2cb913b..9319db4b38 100644
--- a/esp8266/mpconfigport.h
+++ b/esp8266/mpconfigport.h
@@ -55,7 +55,7 @@
#define MICROPY_CPYTHON_COMPAT (1)
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
-#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_TERSE)
+#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_NORMAL)
#define MICROPY_STREAMS_NON_BLOCK (1)
#define MICROPY_MODULE_FROZEN (1)
#define MICROPY_MODULE_FROZEN_LEXER mp_lexer_new_from_str32