Skip to content

Commit 3225878

Browse files
authored
for redboard turbo too
1 parent fe2a092 commit 3225878

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • ports/atmel-samd/boards/sparkfun_redboard_turbo

ports/atmel-samd/boards/sparkfun_redboard_turbo/pins.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "shared-bindings/board/__init__.h"
22

3-
#include "board_busses.h"
3+
#include "supervisor/shared/board_busses.h"
44

55
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
66
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_PA02) },
@@ -35,4 +35,4 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
3535
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) },
3636
{ MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) },
3737
};
38-
MP_DEFINE_CONST_DICT(board_module_globals, board_global_dict_table);
38+
MP_DEFINE_CONST_DICT(board_module_globals, board_global_dict_table);

0 commit comments

Comments
 (0)