~ruther/qmk_firmware

231464c49c2b429293435570243357dcf7e53ecc — QMK Bot 5 years ago d26a14c
format code according to conventions [skip ci]
1 files changed, 1 insertions(+), 1 deletions(-)

M quantum/quantum.h
M quantum/quantum.h => quantum/quantum.h +1 -1
@@ 197,7 197,7 @@ typedef uint8_t pin_t;

#    define readPin(pin) ((bool)(PINx_ADDRESS(pin) & _BV((pin)&0xF)))

#    define togglePin(pin)  (PORTx_ADDRESS(pin) ^= _BV((pin)&0xF))
#    define togglePin(pin) (PORTx_ADDRESS(pin) ^= _BV((pin)&0xF))

#elif defined(PROTOCOL_CHIBIOS)
typedef ioline_t pin_t;