Skip to content

Commit 2c407bc

Browse files
dpgeorgepfalcon
authored andcommitted
esp8266: Switch from terse error messages to normal ones.
Adds 2k to the code size.
1 parent d85439f commit 2c407bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp8266/mpconfigport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
#define MICROPY_CPYTHON_COMPAT (1)
5656
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
5757
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
58-
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_TERSE)
58+
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_NORMAL)
5959
#define MICROPY_STREAMS_NON_BLOCK (1)
6060
#define MICROPY_MODULE_FROZEN (1)
6161
#define MICROPY_MODULE_FROZEN_LEXER mp_lexer_new_from_str32

0 commit comments

Comments
 (0)