mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-03-12 22:44:11 +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 {
|
||||
gpio_set_pin_input_high(pin);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user