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 999ce8a commit 8b70a24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/tc_bus/tc_bus.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ namespace esphome
{
static void gpio_intr(TCBusComponentStore *arg);

volatile uint32_t debug_buffer[100];
volatile uint8_t debug_buffer_index = 0;
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 uint32_t s_last_bit_change;
static volatile uint32_t s_cmd;
Expand Down

0 comments on commit 8b70a24

Please sign in to comment.