mirror of
https://github.com/esphome/esphome.git
synced 2025-01-08 05:41:44 +01:00
[max6921] Fix clang-tidy check
This commit is contained in:
parent
bccfb2cb87
commit
1b82a372e8
2 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue