summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-06-27 20:46:15 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-06-27 21:02:04 +0300
commit7e4ec3bf4f90232d3193425519ed0fc1b708c27f (patch)
tree3655d7641beab9191b8be01f6432d4a94b0d88b6
parent81df1e6c9801fb7b0d90c335f21fc62fec05b4e3 (diff)
bare-arm: Hint of setting MICROPY_ERROR_REPORTING to REPORTING_TERSE.
Commented out so far, as enabled leads to dozen more bytes used actually (due to string pooling effects).
-rw-r--r--bare-arm/mpconfigport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bare-arm/mpconfigport.h b/bare-arm/mpconfigport.h
index 604eacd1e..859873548 100644
--- a/bare-arm/mpconfigport.h
+++ b/bare-arm/mpconfigport.h
@@ -28,6 +28,8 @@
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_NONE)
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_NONE)
+//#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_TERSE)
+
// type definitions for the specific machine
#define BYTES_PER_WORD (4)