mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 09:18:00 +01:00
ulp_pulse_counter: Add dummy ulp_main.h to appease clang-tidy
The real version is generated by IDF
This commit is contained in:
parent
6900b97b25
commit
cdb0d0de9b
1 changed files with 3 additions and 0 deletions
3
esphome/components/pulse_counter_ulp/ulp/ulp_main.h
Normal file
3
esphome/components/pulse_counter_ulp/ulp/ulp_main.h
Normal file
|
@ -0,0 +1,3 @@
|
|||
// Dummy file to appease clang-tidy
|
||||
// The real file is generated automatically by the IDF esp32ulp_mapgen.py
|
||||
// utility
|
Loading…
Reference in a new issue