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 0a26b64 commit 229a890
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion burba/cpu/cc3200/periph/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,8 @@ void GPIOA3IntHandler(void) {

int gpio_init_int(gpio_t dev, gpio_mode_t mode, gpio_flank_t flank,
gpio_cb_t cb, void *arg) {
uint32_t cc3200Mode, res, i;
uint32_t cc3200Mode, i;
int res;

uint8_t bit = digitalPinToBitMask(dev);
uint8_t port = digitalPinToPort(dev);
Expand Down

0 comments on commit 229a890

Please sign in to comment.