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.

Loading…
Cancel
Save