Skip to content

Commit 255d74b

Browse files
committed
renesas-ra/mpconfigport: Enable MICROPY_TIME_SUPPORT_Y1969_AND_BEFORE.
This setting was missed in df05cae. It's needed for this port to pass its `tests/ports/renesas-ra/modtime.py` test. Signed-off-by: Damien George <[email protected]>
1 parent 7c8ae78 commit 255d74b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/renesas-ra/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
#ifndef MICROPY_FLOAT_IMPL // can be configured by each board via mpconfigboard.mk
100100
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
101101
#endif
102+
#define MICROPY_TIME_SUPPORT_Y1969_AND_BEFORE (1)
102103
#define MICROPY_USE_INTERNAL_ERRNO (1)
103104
#define MICROPY_SCHEDULER_DEPTH (8)
104105
#define MICROPY_SCHEDULER_STATIC_NODES (1)

0 commit comments

Comments
 (0)