diff --git a/esphome/components/pulse_counter_ulp/ulp/ulp_main.h b/esphome/components/pulse_counter_ulp/ulp/ulp_main.h new file mode 100644 index 0000000000..b662b662d3 --- /dev/null +++ b/esphome/components/pulse_counter_ulp/ulp/ulp_main.h @@ -0,0 +1,3 @@ +// Dummy file to appease clang-tidy +// The real file is generated automatically by the IDF esp32ulp_mapgen.py +// utility