Skip to content

Commit db01f88

Browse files
committed
enable MICROPY_PY_REVERSE_SPECIAL_METHODS where ulab is enabled
1 parent d19700e commit db01f88

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ports/cxd56/boards/spresense/mpconfigboard.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@
3636

3737
#define DEFAULT_UART_BUS_RX (&pin_UART2_RXD)
3838
#define DEFAULT_UART_BUS_TX (&pin_UART2_TXD)
39+
40+
#define MICROPY_PY_REVERSE_SPECIAL_METHODS (1)
41+

ports/mimxrt10xx/mpconfigport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ extern uint8_t _ld_default_stack_size;
4444
#define MICROPY_PY_FUNCTION_ATTRS (0)
4545
#define MICROPY_PY_IO (1)
4646
#define MICROPY_PY_UJSON (1)
47-
#define MICROPY_PY_REVERSE_SPECIAL_METHODS (0)
47+
#define MICROPY_PY_REVERSE_SPECIAL_METHODS (1)
4848

4949

5050
#define CIRCUITPY_INTERNAL_FLASH_FILESYSTEM_START_ADDR ((uint32_t) &_ld_filesystem_start)

0 commit comments

Comments
 (0)