Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Jun 24, 2022
1 parent e38c541 commit 758fcb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/lighting-app/bouffalolab/bl602/src/AppTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
#include <platform/bouffalolab/BL602/OTAImageProcessorImpl.h>
#include <platform/internal/CHIPDeviceLayerInternal.h>

#include <async_log.h>
#include <bl_sys_ota.h>
#include <lib/support/ErrorStr.h>
#include <async_log.h>

#define FACTORY_RESET_TRIGGER_TIMEOUT 3000
#define FACTORY_RESET_CANCEL_WINDOW_TIMEOUT 3000
Expand Down
2 changes: 1 addition & 1 deletion examples/lighting-app/bouffalolab/bl602/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ extern "C" int main()

CHIPDeviceManager & deviceMgr = CHIPDeviceManager::GetInstance();
SetDeviceInfoProvider(&DeviceInfoProviderImpl::GetDefaultInstance());
CHIP_ERROR error = deviceMgr.Init(&EchoCallbacks);
CHIP_ERROR error = deviceMgr.Init(&EchoCallbacks);
if (error != CHIP_NO_ERROR)
{
log_info("device init failed: %s", ErrorStr(error));
Expand Down

0 comments on commit 758fcb5

Please sign in to comment.