mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 17:27:59 +01:00
and more why doesnt clang work in the dev container
This commit is contained in:
parent
965efa63af
commit
9e6b5470a4
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ uint8_t ExtEepromComponent::get_page_write_time_() { return memory_page_write_ti
|
|||
/// @param address_bytes contains the number of bytes the device uses for address
|
||||
void ExtEepromComponent::set_address_size_bytes_(uint8_t address_size_bytes) {
|
||||
this->address_size_bytes_ = address_size_bytes;
|
||||
}
|
||||
}
|
||||
/// @brief Gets the number of bytes used for the address
|
||||
/// @return size in bytes
|
||||
uint8_t ExtEepromComponent::get_address_size_bytes_() { return this->address_size_bytes_; }
|
||||
|
|
Loading…
Reference in a new issue