Commit 2c1f2382 authored by robert-hh's avatar robert-hh Committed by Damien George

samd/mpconfigport: Set MICROPY_USE_INTERNAL_ERRNO to 1.

Without this, error codes can be misleading.
Signed-off-by: default avatarrobert-hh <robert@hammelrath.com>
parent 6866d17d
......@@ -56,6 +56,7 @@
#define MICROPY_PY_BUILTINS_HELP (1)
#define MICROPY_PY_BUILTINS_HELP_TEXT samd_help_text
#define MICROPY_PY_BUILTINS_HELP_MODULES (1)
#define MICROPY_USE_INTERNAL_ERRNO (1)
#define MICROPY_ENABLE_SCHEDULER (1)
#define MICROPY_SCHEDULER_STATIC_NODES (1)
#define MICROPY_HW_ENABLE_USBDEV (1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment