Remove duplicate @brief line in cached_gpio.h

This commit is contained in:
J. Nick Koston
2026-04-04 08:59:09 -10:00
parent 0afdc6df26
commit 9f3fb37d12
@@ -28,7 +28,6 @@ namespace esphome::gpio_expander {
template<typename T, uint16_t N, typename P = typename std::conditional<(N > 256), uint16_t, uint8_t>::type>
class CachedGpioExpander {
public:
/// @brief Read the state of the given pin.
/// @brief Read the state of the given pin.
/// By default, each read invalidates the pin's cache entry so the next read
/// of the same pin triggers a fresh hardware read. When invalidate_on_read