Add parenthesis

main
Michael Hayes 15 years ago
parent 56dca3faf4
commit ce75df1ad9

@ -18,7 +18,7 @@
#define PIO_BITMASK(PIO) (BIT((PIO) & 7)) #define PIO_BITMASK(PIO) (BIT((PIO) & 7))
#define PIO_PORT(PIO) ((PIO) >> 3)) #define PIO_PORT(PIO) ((PIO) >> 3)
/** Configure pio. /** Configure pio.

Loading…
Cancel
Save