Skip to content

Commit

Permalink
Fix OTA.cpp file
Browse files Browse the repository at this point in the history
  • Loading branch information
ATmobica committed Dec 16, 2021
1 parent 01e09a1 commit 712b44f
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/lib/shell/commands/Ota.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,10 @@
#include <lib/shell/Engine.h>
#include <lib/shell/commands/Help.h>
#include <lib/support/logging/CHIPLogging.h>
<<<<<<< HEAD
#include <platform/CHIPDeviceLayer.h>
#include <platform/OTAImageProcessor.h>
#include <platform/OTARequestorDriver.h>
#include <platform/OTARequestorInterface.h>
=======
#include <messaging/ExchangeMgr.h>
#include <protocols/bdx/BdxMessages.h>
#include <protocols/bdx/BdxTransferSession.h>

// TODO: Use common software update layer to store the image
#if CHIP_DEVICE_LAYER_TARGET_NRFCONNECT
#include "DFUManager_nrfconnect.h"
#elif CHIP_DEVICE_LAYER_TARGET_MBED
#include "DFUManager_mbed.h"
#endif

#if CHIP_DEVICE_LAYER_TARGET_ESP32
#include "DFUManager_esp32.h"
#endif
#include <controller-clusters/zap-generated/CHIPClientCallbacks.h>
>>>>>>> Add OTA requestor app draft

using namespace chip::DeviceLayer;

Expand Down

0 comments on commit 712b44f

Please sign in to comment.