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 27, 2024
1 parent 221c3f2 commit d75b27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/sam0_common/periph/spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ uint8_t spi_transfer_reg(spi_t bus, spi_cs_t cs, uint8_t reg, uint8_t out)
void spi_transfer_bytes(spi_t bus, spi_cs_t cs, bool cont,
const void *out, void *in, size_t len)
{
DEBUG("[spi] bus %u: transfering %u B\n",
DEBUG("[spi] bus %u: transferring %u B\n",
(unsigned)bus, (unsigned)len);
assert(out || in);

Expand Down

0 comments on commit d75b27a

Please sign in to comment.