Skip to content

Commit baf0e00

Browse files
set up dual spi busses
Co-authored-by: CDarius <[email protected]>
1 parent 2874dc2 commit baf0e00

File tree

1 file changed

+1
-1
lines changed
  • ports/espressif/boards/m5stack_cardputer

1 file changed

+1
-1
lines changed

ports/espressif/boards/m5stack_cardputer/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include "shared-bindings/board/__init__.h"
22

33
#include "shared-module/displayio/__init__.h"
4-
4+
CIRCUITPY_BOARD_BUS_SINGLETON(sd_spi, spi, 1)
55
STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
66
CIRCUITPYTHON_BOARD_DICT_STANDARD_ITEMS
77

0 commit comments

Comments
 (0)