diff options
Diffstat (limited to 'quantum/encoder/tests/mock_split.h')
| -rw-r--r-- | quantum/encoder/tests/mock_split.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/quantum/encoder/tests/mock_split.h b/quantum/encoder/tests/mock_split.h index 2fc12f1830..8b4a141078 100644 --- a/quantum/encoder/tests/mock_split.h +++ b/quantum/encoder/tests/mock_split.h | |||
| @@ -28,11 +28,11 @@ void encoder_update_raw(uint8_t* slave_state); | |||
| 28 | extern bool pins[]; | 28 | extern bool pins[]; |
| 29 | extern bool pinIsInputHigh[]; | 29 | extern bool pinIsInputHigh[]; |
| 30 | 30 | ||
| 31 | #define setPinInputHigh(pin) (mockSetPinInputHigh(pin)) | 31 | #define gpio_set_pin_input_high(pin) (mock_set_pin_input_high(pin)) |
| 32 | #define readPin(pin) (mockReadPin(pin)) | 32 | #define gpio_read_pin(pin) (mock_read_pin(pin)) |
| 33 | 33 | ||
| 34 | uint8_t mockSetPinInputHigh(pin_t pin); | 34 | uint8_t mock_set_pin_input_high(pin_t pin); |
| 35 | 35 | ||
| 36 | bool mockReadPin(pin_t pin); | 36 | bool mock_read_pin(pin_t pin); |
| 37 | 37 | ||
| 38 | bool setPin(pin_t pin, bool val); | 38 | bool setPin(pin_t pin, bool val); |
