Skip to content
Snippets Groups Projects
Commit 40214b9e authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

esp8266: Enable MICROPY_PY_STR_BYTES_CMP_WARN.

parent 918851e8
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,8 @@
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_NORMAL)
#define MICROPY_WARNINGS (1)
#define MICROPY_PY_STR_BYTES_CMP_WARN (1)
#define MICROPY_STREAMS_NON_BLOCK (1)
#define MICROPY_MODULE_FROZEN_STR (1)
#define MICROPY_MODULE_FROZEN_MPY (1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment