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 088cf95 commit 9b6219fCopy full SHA for 9b6219f
shared-module/board/__init__.c
@@ -176,7 +176,7 @@ mp_obj_t common_hal_board_create_uart(const mp_int_t instance) {
176
#endif
177
178
void reset_board_buses(void) {
179
- #if CIRCUITPY_BOARD_I2C || CIRCUITPY_BOARD_SPI
+ #if CIRCUITPY_BOARD_I2C || (CIRCUITPY_BOARD_SPI && (CIRCUITPY_FOURWIRE || CIRCUITPY_SHARPDISPLAY || CIRCUITPY_AURORA_EPAPER))
180
mp_int_t max_num_displays = CIRCUITPY_DISPLAY_LIMIT;
181
182
#if CIRCUITPY_OS_GETENV
0 commit comments