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 af7430f commit abc0a96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/tc_bus/tc_bus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ namespace esphome
volatile uint32_t TCBusComponentStore::s_cmd = 0;
volatile uint8_t TCBusComponentStore::s_cmdLength = 0;
volatile bool TCBusComponentStore::s_cmdReady = false;
volatile uint8_t TCBusComponentStore::s_address = 0;

void bitSetIDF(uint32_t *variable, int bitPosition) {
*variable |= (1UL << bitPosition);
Expand Down

0 comments on commit abc0a96

Please sign in to comment.