mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-05-12 02:41:43 +01:00
Update GPIO macro usages in core (#23093)
This commit is contained in:
@@ -114,8 +114,8 @@ void aw20216s_init_drivers(void) {
|
||||
spi_init();
|
||||
|
||||
#if defined(AW20216S_EN_PIN)
|
||||
setPinOutput(AW20216S_EN_PIN);
|
||||
writePinHigh(AW20216S_EN_PIN);
|
||||
gpio_set_pin_output(AW20216S_EN_PIN);
|
||||
gpio_write_pin_high(AW20216S_EN_PIN);
|
||||
#endif
|
||||
|
||||
aw20216s_init(AW20216S_CS_PIN_1);
|
||||
|
||||
Reference in New Issue
Block a user