Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Marie
qmk_luckenbach_fork
Commits
231464c4
Commit
231464c4
authored
Apr 29, 2020
by
QMK Bot
Browse files
format code according to conventions [skip ci]
parent
d26a14c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
quantum/quantum.h
View file @
231464c4
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment