mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 09:18:00 +01:00
pulse_counter_ulp: Try using ulp_main as a system include
This commit is contained in:
parent
2b7fc64e46
commit
70ac9daf4c
2 changed files with 1 additions and 9 deletions
|
@ -1,11 +1,10 @@
|
|||
#include "pulse_counter_ulp_sensor.h"
|
||||
#include "esphome/core/log.h"
|
||||
#include "esp32/ulp.h"
|
||||
// This is created by ESP-IDF and clang-tidy doesn't know it exists
|
||||
#include "ulp_main.h" // NOLINT(clang-diagnostic-error)
|
||||
#include "soc/rtc_periph.h"
|
||||
#include "driver/rtc_io.h"
|
||||
#include <esp_sleep.h>
|
||||
#include <ulp_main.h>
|
||||
|
||||
namespace esphome {
|
||||
namespace pulse_counter_ulp {
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
#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