Add parenthesis

main
Michael Hayes 14 years ago
parent 56dca3faf4
commit ce75df1ad9

@ -18,7 +18,7 @@
#define PIO_BITMASK(PIO) (BIT((PIO) & 7))
#define PIO_PORT(PIO) ((PIO) >> 3))
#define PIO_PORT(PIO) ((PIO) >> 3)
/** Configure pio.
@ -59,8 +59,8 @@ bool pio_config_set (pio_t pio, pio_config_t config)
default:
return 0;
}
break;
break;
case PORT_C:
switch (config)
{

Loading…
Cancel
Save