Skip to content

Commit

Permalink
samd: Set MICROPY_USE_INTERNAL_ERRNO to 1 like most ports do.
Browse files Browse the repository at this point in the history
Signed-off-by: robert-hh <robert@hammelrath.com>
  • Loading branch information
robert-hh committed Sep 7, 2023
1 parent 4c51c13 commit 30b1816
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ports/samd/mpconfigport.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
#define MICROPY_SCHEDULER_STATIC_NODES (1)
#define MICROPY_HW_ENABLE_USBDEV (1)
#define MICROPY_HW_USB_CDC_1200BPS_TOUCH (1)
#define MICROPY_USE_INTERNAL_ERRNO (1)

// Control over Python builtins
#define MICROPY_PY_BUILTINS_BYTES_HEX (1)
Expand Down

0 comments on commit 30b1816

Please sign in to comment.