mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-03-13 06:54:08 +00:00
Update keyboards/skyloong/gk75/q2/matrix.c
OK Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
36bcd820c3
commit
ad02eb4480
@ -43,7 +43,7 @@ static inline void gpio_atomic_set_pin_output_high(pin_t pin) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline void setPinInputHigh_atomic(pin_t pin) {
|
static inline void gpio_atomic_set_pin_input_high(pin_t pin) {
|
||||||
ATOMIC_BLOCK_FORCEON {
|
ATOMIC_BLOCK_FORCEON {
|
||||||
gpio_set_pin_input_high(pin);
|
gpio_set_pin_input_high(pin);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user