Update hbridge_switch.cpp

This commit is contained in:
David Woodhouse 2024-09-07 15:52:53 +01:00 committed by GitHub
parent 663effab8d
commit 4fac58b054
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,8 @@
#include "hbridge_switch.h" #include "hbridge_switch.h"
#include "esphome/core/log.h" #include "esphome/core/log.h"
#include <inttypes.h>
namespace esphome { namespace esphome {
namespace hbridge { namespace hbridge {