From 9e6b5470a43f884761d01b6d8dd5a579ffa97b12 Mon Sep 17 00:00:00 2001 From: Pebblebed Date: Sat, 10 Feb 2024 11:59:19 +0000 Subject: [PATCH] and more why doesnt clang work in the dev container --- esphome/components/external_eeprom/external_eeprom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/external_eeprom/external_eeprom.cpp b/esphome/components/external_eeprom/external_eeprom.cpp index 43b4e431c0..367f55e059 100644 --- a/esphome/components/external_eeprom/external_eeprom.cpp +++ b/esphome/components/external_eeprom/external_eeprom.cpp @@ -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_; }