diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2019-01-30 22:55:36 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-30 22:55:36 -0800 |
| commit | 3225878f63405536a4efabae564a9bf49a78f648 (patch) | |
| tree | ae0f6fd272ff6466069ab0f25d508b025a15f53c | |
| parent | fe2a092f1c52c5a17249041bf5a2ac01fe125e9f (diff) | |
for redboard turbo too
| -rwxr-xr-x | ports/atmel-samd/boards/sparkfun_redboard_turbo/pins.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/atmel-samd/boards/sparkfun_redboard_turbo/pins.c b/ports/atmel-samd/boards/sparkfun_redboard_turbo/pins.c index ed284868b..223e20359 100755 --- a/ports/atmel-samd/boards/sparkfun_redboard_turbo/pins.c +++ b/ports/atmel-samd/boards/sparkfun_redboard_turbo/pins.c @@ -1,6 +1,6 @@ #include "shared-bindings/board/__init__.h" -#include "board_busses.h" +#include "supervisor/shared/board_busses.h" STATIC const mp_rom_map_elem_t board_global_dict_table[] = { { 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[] = { { MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) }, { MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) }, }; -MP_DEFINE_CONST_DICT(board_module_globals, board_global_dict_table);
\ No newline at end of file +MP_DEFINE_CONST_DICT(board_module_globals, board_global_dict_table); |
