mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 15:38:11 +01:00
pulse_counter_ulp: Add required structure to dummy header
This commit is contained in:
parent
cdb0d0de9b
commit
2b7fc64e46
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
// Dummy file to appease clang-tidy
|
||||
// The real file is generated automatically by the IDF esp32ulp_mapgen.py
|
||||
// utility
|
||||
|
||||
namespace pulse_counter_ulp {}
|
||||
|
|
Loading…
Reference in a new issue