Skip to content

Commit 7e4ec3b

Browse files
committed
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).
1 parent 81df1e6 commit 7e4ec3b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bare-arm/mpconfigport.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_NONE)
2929
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_NONE)
3030

31+
//#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_TERSE)
32+
3133
// type definitions for the specific machine
3234

3335
#define BYTES_PER_WORD (4)

0 commit comments

Comments
 (0)