renesas-ra/mpconfigport: Enable MICROPY_TIME_SUPPORT_Y1969_AND_BEFORE.
This setting was missed in df05caea6c. It's
needed for this port to pass its `tests/ports/renesas-ra/modtime.py` test.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -99,6 +99,7 @@
|
|||||||
#ifndef MICROPY_FLOAT_IMPL // can be configured by each board via mpconfigboard.mk
|
#ifndef MICROPY_FLOAT_IMPL // can be configured by each board via mpconfigboard.mk
|
||||||
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
|
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
|
||||||
#endif
|
#endif
|
||||||
|
#define MICROPY_TIME_SUPPORT_Y1969_AND_BEFORE (1)
|
||||||
#define MICROPY_USE_INTERNAL_ERRNO (1)
|
#define MICROPY_USE_INTERNAL_ERRNO (1)
|
||||||
#define MICROPY_SCHEDULER_DEPTH (8)
|
#define MICROPY_SCHEDULER_DEPTH (8)
|
||||||
#define MICROPY_SCHEDULER_STATIC_NODES (1)
|
#define MICROPY_SCHEDULER_STATIC_NODES (1)
|
||||||
|
|||||||
Reference in New Issue
Block a user