rp2/mpconfigport.h: Use internal error numbers.

This commit is contained in:
iabdalkader 2022-01-18 22:06:02 +02:00 committed by Damien George
parent 7b0a42374e
commit f44fb76055
1 changed files with 1 additions and 0 deletions

View File

@ -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