Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Sep 19, 2024
1 parent 78a353f commit 353c90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tc_bus/tc_bus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 353c90f

Please sign in to comment.