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>