mirror of
https://github.com/esphome/esphome.git
synced 2025-04-06 10:50:28 +01:00
fix lint
This commit is contained in:
parent
5796b0e4bf
commit
afb9152cc0
@ -1,3 +1,4 @@
|
|||||||
|
#ifdef USE_ZEPHYR
|
||||||
#include "ota_component.h"
|
#include "ota_component.h"
|
||||||
#include "esphome/core/defines.h"
|
#include "esphome/core/defines.h"
|
||||||
#include "esphome/core/log.h"
|
#include "esphome/core/log.h"
|
||||||
@ -115,3 +116,4 @@ void OTAComponent::update_pending() {
|
|||||||
|
|
||||||
} // namespace zephyr_ota_mcumgr
|
} // namespace zephyr_ota_mcumgr
|
||||||
} // namespace esphome
|
} // namespace esphome
|
||||||
|
#endif
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
#ifdef USE_ZEPHYR
|
||||||
#include "esphome/components/ota/ota_component.h"
|
#include "esphome/components/ota/ota_component.h"
|
||||||
|
|
||||||
struct img_mgmt_upload_check;
|
struct img_mgmt_upload_check;
|
||||||
@ -26,3 +26,4 @@ class OTAComponent : public ota::OTAComponent {
|
|||||||
|
|
||||||
} // namespace zephyr_ota_mcumgr
|
} // namespace zephyr_ota_mcumgr
|
||||||
} // namespace esphome
|
} // namespace esphome
|
||||||
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user