From 4607ef36f44ef95197835bb502b63e22979edecb Mon Sep 17 00:00:00 2001 From: SGE Date: Mon, 1 Apr 2024 20:57:26 +0200 Subject: [PATCH] formatting issues --- esphome/components/icnt86/icnt86.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/icnt86/icnt86.h b/esphome/components/icnt86/icnt86.h index c04bbe31f1..7851d33aa7 100644 --- a/esphome/components/icnt86/icnt86.h +++ b/esphome/components/icnt86/icnt86.h @@ -26,7 +26,7 @@ class ICNT86Touchscreen : public touchscreen::Touchscreen, public i2c::I2CDevice void i2c_read_byte_(UWORD reg, static_castData, UBYTE len); void icnt_read_(UWORD reg, static_castData, UBYTE len); void icnt_write_(UWORD reg, static_castData, UBYTE len); - void i2c_read_byte_(UWORD reg, static_castData, UBYTE len); + void i2c_write_byte_(UWORD reg, static_castData, UBYTE len); void reset_touch_sensor_(); InternalGPIOPin *interrupt_pin_{}; GPIOPin *reset_pin_{nullptr};