mirror of
https://github.com/esphome/esphome.git
synced 2024-11-28 01:34:18 +01:00
Update hbridge_switch.cpp
This commit is contained in:
parent
4fac58b054
commit
1a34516956
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#include "hbridge_switch.h"
|
#include "hbridge_switch.h"
|
||||||
#include "esphome/core/log.h"
|
#include "esphome/core/log.h"
|
||||||
|
|
||||||
#include <inttypes.h>
|
#include <cinttypes>
|
||||||
|
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
namespace hbridge {
|
namespace hbridge {
|
||||||
|
|
Loading…
Reference in a new issue