We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ea718 commit 3a84599Copy full SHA for 3a84599
shared-bindings/board/__init__.h
@@ -40,10 +40,10 @@ MP_DECLARE_CONST_FUN_OBJ_0(board_uart_obj);
40
41
#if CIRCUITPY_DISPLAYIO
42
#define CIRCUITPYTHON_BOARD_DICT_DISPLAYIO_ITEMS \
43
- { MP_ROM_QSTR(MP_QSTR_DISPLAY), MP_ROM_NONE },
+ /* expands to nothing, the DISPLAY property is handled by mp_module_board_attr */
44
#else
45
46
- /* expands to nothing, the DISPLAY property is handled by mp_module_board_attr */
+ { MP_ROM_QSTR(MP_QSTR_DISPLAY), MP_ROM_NONE },
47
#endif
48
49
#define CIRCUITPYTHON_BOARD_DICT_STANDARD_ITEMS \
0 commit comments