mirror of
https://github.com/esphome/esphome.git
synced 2025-09-10 23:32:23 +01:00
Run clang-tidy against ESP32 (#2147)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: Otto winter <otto@otto-winter.com>
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#ifdef ARDUINO_ARCH_ESP8266
|
||||
|
||||
#include "esp8266_pwm.h"
|
||||
#include "esphome/core/macros.h"
|
||||
#include "esphome/core/log.h"
|
||||
@@ -55,3 +57,5 @@ void HOT ESP8266PWM::write_state(float state) {
|
||||
|
||||
} // namespace esp8266_pwm
|
||||
} // namespace esphome
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user