Skip to content

Commit

Permalink
Restyled by whitespace
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 c184104 commit 2f27101
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/lighting-app/telink/src/AppTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ CHIP_ERROR AppTask::Init(void)
{
SetExampleButtonCallbacks(LightingActionEventHandler);
InitCommonParts();
#if (!CONFIG_PWM)
#if (!CONFIG_PWM)
LedManager::getInstance().linkLed(LedManager::EAppLed_App0, 1);
#endif
Protocols::InteractionModel::Status status;
Expand Down
2 changes: 1 addition & 1 deletion examples/platform/telink/common/src/AppTaskCommon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ void AppTaskCommon::LinkPwms(PwmManager & pwmManager)
pwmManager.linkPwm(PwmManager::EAppPwm_Red, 0);
pwmManager.linkPwm(PwmManager::EAppPwm_Green, 1);
pwmManager.linkPwm(PwmManager::EAppPwm_Blue, 2);
#elif CONFIG_PWM
#elif CONFIG_PWM
pwmManager.linkPwm(PwmManager::EAppPwm_Indication, 0);
pwmManager.linkPwm(PwmManager::EAppPwm_Red, 1);
pwmManager.linkPwm(PwmManager::EAppPwm_Green, 2);
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 @@ -150,7 +150,7 @@ class PwmPool : public PwmBackend
PwmPool(){};
};

#else
#else

class PwmDummy : public PwmBackend
{
Expand Down

0 comments on commit 2f27101

Please sign in to comment.