mirror of
https://github.com/esphome/esphome.git
synced 2024-11-16 10:45:48 +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 "esphome/core/defines.h"
|
||||
#include "esphome/core/log.h"
|
||||
@ -115,3 +116,4 @@ void OTAComponent::update_pending() {
|
||||
|
||||
} // namespace zephyr_ota_mcumgr
|
||||
} // namespace esphome
|
||||
#endif
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef USE_ZEPHYR
|
||||
#include "esphome/components/ota/ota_component.h"
|
||||
|
||||
struct img_mgmt_upload_check;
|
||||
@ -26,3 +26,4 @@ class OTAComponent : public ota::OTAComponent {
|
||||
|
||||
} // namespace zephyr_ota_mcumgr
|
||||
} // namespace esphome
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user