mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
rp2/mpconfigport.h: Use internal error numbers.
This commit is contained in:
committed by
Damien George
parent
7b0a42374e
commit
f44fb76055
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user