[max6921] Fix clang-tidy check

This commit is contained in:
endym 2024-09-08 14:54:07 +02:00
parent bccfb2cb87
commit 1b82a372e8
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,6 @@
#ifdef USE_ESP32_FRAMEWORK_ARDUINO
#include <inttypes.h>
#include <cinttypes>
#include "esphome/core/hal.h"
#include "esphome/core/helpers.h"
#include "esphome/core/log.h"

View file

@ -3,7 +3,6 @@
#ifdef USE_ESP32_FRAMEWORK_ARDUINO
#include <cinttypes>
#include <inttypes.h>
#include "display.h"
#include "esphome/core/hal.h"
#include "esphome/core/helpers.h"