mirror of
https://github.com/esphome/esphome.git
synced 2024-12-04 04:28:19 +01:00
Fix changed macro name
This commit is contained in:
parent
68778cbc35
commit
5014586a89
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#include "xiaomi_mccgq02hl.h"
|
#include "xiaomi_mccgq02hl.h"
|
||||||
#include "esphome/core/log.h"
|
#include "esphome/core/log.h"
|
||||||
|
|
||||||
#ifdef ARDUINO_ARCH_ESP32
|
#ifdef USE_ESP32
|
||||||
|
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
namespace xiaomi_mccgq02hl {
|
namespace xiaomi_mccgq02hl {
|
||||||
|
|
Loading…
Reference in a new issue