esp8266/boards/ESP8266_GENERIC: Disable MICROPY_DEBUG_PRINTERS.
This is not enabled on any other MCU port, and is essentially unused on esp8266 because mp_verbose_flag is always 0. Disabling saves ~7k of flash. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
4a2e510a87
commit
7211bafb33
1 changed files with 0 additions and 2 deletions
|
|
@ -7,7 +7,6 @@
|
|||
#define MICROPY_EMIT_XTENSA (1)
|
||||
#define MICROPY_EMIT_INLINE_XTENSA (1)
|
||||
|
||||
#define MICROPY_DEBUG_PRINTERS (1)
|
||||
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_NORMAL)
|
||||
|
||||
#define MICROPY_READER_VFS (MICROPY_VFS)
|
||||
|
|
@ -24,7 +23,6 @@
|
|||
#define MICROPY_EMIT_XTENSA (1)
|
||||
#define MICROPY_EMIT_INLINE_XTENSA (1)
|
||||
|
||||
#define MICROPY_DEBUG_PRINTERS (1)
|
||||
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_NORMAL)
|
||||
|
||||
#define MICROPY_READER_VFS (MICROPY_VFS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue