forked from mirror/qmk_firmware
Update GPIO macro usages in core (#23093)
This commit is contained in:
@@ -105,8 +105,8 @@ void snled27351_init_drivers(void) {
|
||||
i2c_init();
|
||||
|
||||
#if defined(SNLED27351_SDB_PIN)
|
||||
setPinOutput(SNLED27351_SDB_PIN);
|
||||
writePinHigh(SNLED27351_SDB_PIN);
|
||||
gpio_set_pin_output(SNLED27351_SDB_PIN);
|
||||
gpio_write_pin_high(SNLED27351_SDB_PIN);
|
||||
#endif
|
||||
|
||||
for (uint8_t i = 0; i < SNLED27351_DRIVER_COUNT; i++) {
|
||||
|
||||
Reference in New Issue
Block a user