Skip to content

Commit 48b745c

Browse files
committed
esp8266/mpconfigport_512k: Use terse error messages to get 512k to fit.
1 parent 503cf3d commit 48b745c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

esp8266/mpconfigport_512k.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
#undef MICROPY_EMIT_INLINE_XTENSA
66
#define MICROPY_EMIT_INLINE_XTENSA (0)
77

8+
#undef MICROPY_ERROR_REPORTING
9+
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_TERSE)
10+
811
#undef MICROPY_VFS
912
#define MICROPY_VFS (0)
1013
#undef MICROPY_VFS_FAT

0 commit comments

Comments
 (0)