mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 07:58:09 +01:00
lint include idf
This commit is contained in:
parent
7ab0776302
commit
a43eb1563e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
// [google-global-names-in-headers,-warnings-as-errors]
|
// [google-global-names-in-headers,-warnings-as-errors]
|
||||||
using esphome::esp_log_printf_; // NOLINT(google-global-names-in-headers):
|
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 <driver/gpio.h>
|
||||||
#include <esp_modem_config.h>
|
#include <esp_modem_config.h>
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
|
|
Loading…
Reference in a new issue