From 353c90fd46729323183fd1f94e972671e599ce0b Mon Sep 17 00:00:00 2001 From: Florian Date: Thu, 19 Sep 2024 18:30:54 +0200 Subject: [PATCH] Fix --- components/tc_bus/tc_bus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tc_bus/tc_bus.cpp b/components/tc_bus/tc_bus.cpp index d7f53329..a5c8ada1 100644 --- a/components/tc_bus/tc_bus.cpp +++ b/components/tc_bus/tc_bus.cpp @@ -177,7 +177,7 @@ namespace esphome return (variable >> bitPosition) & 0x01; } - void IRAM_ATTR HOT TCComponentStore::gpio_intr(TCComponentStore *arg) + void IRAM_ATTR HOT TCBusComponentStore::gpio_intr(TCBusComponentStore *arg) { // Erweiterung für das Q-Protokoll der TCS Anlage static uint64_t curCMD; // Längere Befehle möglich