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 1123e3c commit 0ad58b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion burba/cpu/cc3200/periph/uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ int uart_init_blocking(uart_t uart, uint32_t baudrate) {
return 0;
}

void uart_tx_begin(uart_t uart) {
void uart_tx_begin(uart_t uart __attribute__((unused))) {

}

Expand Down

0 comments on commit 0ad58b1

Please sign in to comment.