mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 15:38:11 +01:00
clang unsed method removal
This commit is contained in:
parent
f43da4cd32
commit
5b69a6d633
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ class ExtEepromComponent : public i2c::I2CDevice, public Component {
|
|||
uint32_t memory_size_bytes_{0};
|
||||
uint8_t memory_page_size_bytes_{0};
|
||||
uint8_t memory_page_write_time_ms_{0};
|
||||
bool poll_for_write_complete_{true};
|
||||
uint8_t i2c_buffer_size_{126};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue