Skip to content

Commit

Permalink
rp2/mpconfigport.h: Use internal error numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
iabdalkader authored and dpgeorge committed Jan 20, 2022
1 parent 7b0a423 commit f44fb76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ports/rp2/mpconfigport.h
Expand Up @@ -70,6 +70,7 @@
#define MICROPY_ENABLE_EMERGENCY_EXCEPTION_BUF (1)
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
#define MICROPY_USE_INTERNAL_ERRNO (1)
#define MICROPY_SCHEDULER_DEPTH (8)

// Fine control over Python builtins, classes, modules, etc
Expand Down

0 comments on commit f44fb76

Please sign in to comment.