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 authored and BorysNykytiuk committed Sep 17, 2024
1 parent 2f27101 commit 20a74bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/lighting-app/telink/src/AppTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
#include <app/server/Server.h>

#include "ColorFormat.h"
#include "PWMManager.h"
#include "LEDManager.h"
#include "PWMManager.h"

#include <app-common/zap-generated/attributes/Accessors.h>

Expand Down Expand Up @@ -60,7 +60,7 @@ CHIP_ERROR AppTask::Init(void)
SetExampleButtonCallbacks(LightingActionEventHandler);
InitCommonParts();
#if (!CONFIG_PWM)
LedManager::getInstance().linkLed(LedManager::EAppLed_App0, 1);
LedManager::getInstance().linkLed(LedManager::EAppLed_App0, 1);
#endif
Protocols::InteractionModel::Status status;

Expand Down
2 changes: 1 addition & 1 deletion examples/platform/telink/util/include/PWMManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class PwmDummy : public PwmBackend
void setPwmHWBlink(size_t pwm, size_t onMs, size_t offMs);
void setPwmHWBreath(size_t pwm, size_t breathMs);

PwmDummy(PwmDummy const &) = delete;
PwmDummy(PwmDummy const &) = delete;
void operator=(PwmDummy const &) = delete;

private:
Expand Down

0 comments on commit 20a74bf

Please sign in to comment.