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 f44321d commit ce1612d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions burba/cpu/cc3200/periph/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ void irq_timer3_handler(void) {
}
}

int timer_init(tim_t dev, unsigned long freq, timer_cb_t cb,
void *arg __attribute__((unused))) {
int timer_init(tim_t dev, unsigned long freq __attribute__((unused)),
timer_cb_t cb, void *arg __attribute__((unused))) {

switch (dev) {
case TIMER_0:
Expand Down

0 comments on commit ce1612d

Please sign in to comment.