diff options
| author | Matt Wozniski <mwozniski@bloomberg.net> | 2018-06-02 12:55:07 -0400 |
|---|---|---|
| committer | Matt Wozniski <mwozniski@bloomberg.net> | 2018-06-02 12:55:07 -0400 |
| commit | d0e6bb269fa425995a31083f02753203afccd253 (patch) | |
| tree | 811ef35bca5a6af3821c200d30fe4b48e371ba80 | |
| parent | 22f443878788ac5ed50a713897a7a3d4471c68da (diff) | |
Use the system errno's on nrf
| -rw-r--r-- | ports/nrf/mpconfigport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/nrf/mpconfigport.h b/ports/nrf/mpconfigport.h index 442e98de5..e379469c0 100644 --- a/ports/nrf/mpconfigport.h +++ b/ports/nrf/mpconfigport.h @@ -82,7 +82,7 @@ #define MICROPY_STREAMS_NON_BLOCK (1) #define MICROPY_MODULE_WEAK_LINKS (1) #define MICROPY_CAN_OVERRIDE_BUILTINS (1) -#define MICROPY_USE_INTERNAL_ERRNO (1) +#define MICROPY_USE_INTERNAL_ERRNO (0) #define MICROPY_PY_FUNCTION_ATTRS (1) #define MICROPY_PY_BUILTINS_STR_UNICODE (1) #define MICROPY_PY_BUILTINS_STR_CENTER (0) |
