1
0
mirror of https://github.com/esphome/esphome.git synced 2025-01-20 04:44:05 +00:00

lint include idf

This commit is contained in:
Olivier ARCHER 2024-06-13 13:44:31 +02:00 committed by GitHub
parent 7ab0776302
commit a43eb1563e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
// [google-global-names-in-headers,-warnings-as-errors]
using esphome::esp_log_printf_; // NOLINT(google-global-names-in-headers):
#include <cxx_include/esp_modem_api.hpp> // NOLINT
#include <cxx_include/esp_modem_api.hpp>
#include <driver/gpio.h>
#include <esp_modem_config.h>
#include <unordered_map>