File tree 2 files changed +3
-3
lines changed
platform/telink/util/include
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
#include < app/server/Server.h>
21
21
22
22
#include " ColorFormat.h"
23
- #include " PWMManager.h"
24
23
#include " LEDManager.h"
24
+ #include " PWMManager.h"
25
25
26
26
#include < app-common/zap-generated/attributes/Accessors.h>
27
27
@@ -60,7 +60,7 @@ CHIP_ERROR AppTask::Init(void)
60
60
SetExampleButtonCallbacks (LightingActionEventHandler);
61
61
InitCommonParts ();
62
62
#if (!CONFIG_PWM)
63
- LedManager::getInstance ().linkLed (LedManager::EAppLed_App0, 1 );
63
+ LedManager::getInstance ().linkLed (LedManager::EAppLed_App0, 1 );
64
64
#endif
65
65
Protocols::InteractionModel::Status status;
66
66
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ class PwmDummy : public PwmBackend
163
163
void setPwmHWBlink (size_t pwm, size_t onMs, size_t offMs);
164
164
void setPwmHWBreath (size_t pwm, size_t breathMs);
165
165
166
- PwmDummy (PwmDummy const &) = delete ;
166
+ PwmDummy (PwmDummy const &) = delete ;
167
167
void operator =(PwmDummy const &) = delete ;
168
168
169
169
private:
You can’t perform that action at this time.
0 commit comments