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).
pull/735/head
Paul Sokolovsky 2014-06-27 20:46:15 +03:00
rodzic 81df1e6c98
commit 7e4ec3bf4f
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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)