From cdb0d0de9b4c6dd5bbf8d1e4f7ccf68c7a7c208a Mon Sep 17 00:00:00 2001 From: brisk Date: Sun, 6 Oct 2024 19:08:52 +1030 Subject: [PATCH] ulp_pulse_counter: Add dummy ulp_main.h to appease clang-tidy The real version is generated by IDF --- esphome/components/pulse_counter_ulp/ulp/ulp_main.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 esphome/components/pulse_counter_ulp/ulp/ulp_main.h 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