Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed May 21, 2024
1 parent f0fac0b commit 703facf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/tcs_intercom/tcs_intercom.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "tcs_intercom.h"
#include "soc/efuse_reg.h"
#include "esp_efuse.h"
#include "esphome/core/log.h"
#include "esphome/core/hal.h"
#include "esphome/components/api/custom_api_device.h"
Expand Down
1 change: 1 addition & 0 deletions components/tcs_intercom/tcs_intercom.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <utility>
#include <vector>
#include "soc/efuse_reg.h"
#include "esp_efuse.h"
#include "esphome/core/component.h"
#include "esphome/core/hal.h"
#include "esphome/core/helpers.h"
Expand Down

0 comments on commit 703facf

Please sign in to comment.