Skip to content

Commit

Permalink
format code according to conventions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
qmk-bot committed Apr 29, 2020
1 parent d26a14c commit 231464c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/quantum.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 231464c

Please sign in to comment.