Skip to content

Commit

Permalink
fixup! cpu/sam0_common: implement SERCOM time-sharing
Browse files Browse the repository at this point in the history
  • Loading branch information
maribu committed Nov 22, 2024
1 parent 2ca76e0 commit c1880f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpu/sam0_common/periph/spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ static void _detach_pins(spi_t bus)
}
}

#if MODULE_PERIPH_SPI_GPIO_MODE
int spi_init_with_gpio_mode(spi_t bus, const spi_gpio_mode_t* mode)
{
assert(bus < SPI_NUMOF);
Expand All @@ -369,7 +368,6 @@ int spi_init_with_gpio_mode(spi_t bus, const spi_gpio_mode_t* mode)

return 0;
}
#endif

void spi_init_pins(spi_t bus)
{
Expand Down

0 comments on commit c1880f3

Please sign in to comment.