diff options
| -rw-r--r-- | quantum/quantum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 72b0a1021..17d1d41cc 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
| @@ -197,7 +197,7 @@ typedef uint8_t pin_t; | |||
| 197 | 197 | ||
| 198 | # define readPin(pin) ((bool)(PINx_ADDRESS(pin) & _BV((pin)&0xF))) | 198 | # define readPin(pin) ((bool)(PINx_ADDRESS(pin) & _BV((pin)&0xF))) |
| 199 | 199 | ||
| 200 | # define togglePin(pin) (PORTx_ADDRESS(pin) ^= _BV((pin)&0xF)) | 200 | # define togglePin(pin) (PORTx_ADDRESS(pin) ^= _BV((pin)&0xF)) |
| 201 | 201 | ||
| 202 | #elif defined(PROTOCOL_CHIBIOS) | 202 | #elif defined(PROTOCOL_CHIBIOS) |
| 203 | typedef ioline_t pin_t; | 203 | typedef ioline_t pin_t; |
