1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-29 14:13:51 +00:00

[various] clang-tidy fixes for #7822 (#7874)

This commit is contained in:
Keith Burzinski
2024-11-27 16:23:20 -06:00
committed by GitHub
parent a825ef59d4
commit 12cdeca48a
8 changed files with 48 additions and 26 deletions

View File

@@ -252,7 +252,7 @@ void ST7789V::write_color_(uint16_t color, uint16_t size) {
}
this->dc_pin_->digital_write(true);
return write_array(byte, size * 2);
write_array(byte, size * 2);
}
size_t ST7789V::get_buffer_length_() {