From 126c0174a17857a7496284ab9d06ba5d7a141fbd Mon Sep 17 00:00:00 2001 From: Simon Helson Date: Sun, 13 Jul 2025 14:50:33 +1200 Subject: [PATCH] remove classname --- components/cst9217/cst9217_touchscreen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cst9217/cst9217_touchscreen.h b/components/cst9217/cst9217_touchscreen.h index 7bc86d2..9130c85 100644 --- a/components/cst9217/cst9217_touchscreen.h +++ b/components/cst9217/cst9217_touchscreen.h @@ -33,7 +33,7 @@ class CST9217Touchscreen : public touchscreen::Touchscreen, public i2c::I2CDevic void set_reset_pin(GPIOPin *pin) { this->reset_pin_ = pin; } protected: - void CST9217Touchscreen::reset_device_(); + void reset_device_(); // Internal buffer to read touch data uint8_t touch_data_[CST9217_DATA_LENGTH]; // Sufficient for 2 touch points (8 bytes each) + header InternalGPIOPin *interrupt_pin_{};