Skip to content

Commit

Permalink
broken ci build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
attdona committed Jan 11, 2018
1 parent 00986ff commit 89ac5f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions burba/cpu/cc3200/periph/spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ uint8_t spi_transfer_reg(spi_t bus, spi_cs_t cs __attribute__((unused)),
return in; // success transfer
}

void spi_transfer_regs(spi_t bus, spi_cs_t cs,
__attribute__((unused)) uint8_t reg, const void *out,
void spi_transfer_regs(spi_t bus, spi_cs_t cs __attribute__((unused)),
uint8_t reg, const void *out,
void *in, size_t len) {
assert(bus < SPI_NUMOF);

Expand Down

0 comments on commit 89ac5f5

Please sign in to comment.