Skip to content

Commit

Permalink
Clean up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
selissia committed Dec 29, 2021
1 parent 6d5a883 commit db05887
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/ota-requestor-app/efr32/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
#include "app/clusters/ota-requestor/BDXDownloader.h"
#include "app/clusters/ota-requestor/OTARequestor.h"
#include "platform/EFR32/OTAImageProcessorImpl.h"
//#include "platform/EFR32/OTARequestorDriverImpl.h"
#include "platform/GenericOTARequestorDriver.h"

#ifdef HEAP_MONITORING
Expand Down Expand Up @@ -84,7 +83,6 @@ using namespace ::chip::DeviceLayer;

// Global OTA objects
OTARequestor gRequestorCore;
//OTARequestorDriverImpl gRequestorUser;
DeviceLayer::GenericOTARequestorDriver gRequestorUser;
BDXDownloader gDownloader;
OTAImageProcessorImpl gImageProcessor;
Expand Down

0 comments on commit db05887

Please sign in to comment.