Change XL9535 setup_priority to IO (#5246)

This commit is contained in:
MrEditor97
2023-08-15 07:14:08 +12:00
committed by GitHub
parent 3b2c61e813
commit e963eedb64
+1 -1
View File
@@ -26,7 +26,7 @@ class XL9535Component : public Component, public i2c::I2CDevice {
void setup() override;
void dump_config() override;
float get_setup_priority() const override { return setup_priority::DATA; }
float get_setup_priority() const override { return setup_priority::IO; }
};
class XL9535GPIOPin : public GPIOPin {