Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Jan 26, 2025
1 parent 8b70a24 commit 956182f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/tc_bus/tc_bus.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ namespace esphome
static void gpio_intr(TCBusComponentStore *arg);

static volatile uint32_t debug_buffer[100];
static volatile uint8_t debug_buffer_index = 0;
static volatile uint32_t s_time_between_debug;
static volatile uint8_t debug_buffer_index;
static volatile uint32_t s_last_bit_change;
static volatile uint32_t s_cmd;
static volatile bool s_cmd_is_long;
Expand Down

0 comments on commit 956182f

Please sign in to comment.