Skip to content

Commit d0e6bb2

Browse files
committed
Use the system errno's on nrf
1 parent 22f4438 commit d0e6bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/nrf/mpconfigport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
#define MICROPY_STREAMS_NON_BLOCK (1)
8383
#define MICROPY_MODULE_WEAK_LINKS (1)
8484
#define MICROPY_CAN_OVERRIDE_BUILTINS (1)
85-
#define MICROPY_USE_INTERNAL_ERRNO (1)
85+
#define MICROPY_USE_INTERNAL_ERRNO (0)
8686
#define MICROPY_PY_FUNCTION_ATTRS (1)
8787
#define MICROPY_PY_BUILTINS_STR_UNICODE (1)
8888
#define MICROPY_PY_BUILTINS_STR_CENTER (0)

0 commit comments

Comments
 (0)