From 2b7fc64e46ee88b36aeba328625409cb5c702a45 Mon Sep 17 00:00:00 2001 From: brisk Date: Sun, 6 Oct 2024 19:18:17 +1030 Subject: [PATCH] pulse_counter_ulp: Add required structure to dummy header --- esphome/components/pulse_counter_ulp/ulp/ulp_main.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/esphome/components/pulse_counter_ulp/ulp/ulp_main.h b/esphome/components/pulse_counter_ulp/ulp/ulp_main.h index b662b662d3..da7daa7915 100644 --- a/esphome/components/pulse_counter_ulp/ulp/ulp_main.h +++ b/esphome/components/pulse_counter_ulp/ulp/ulp_main.h @@ -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 {}