Skip to content

Commit af5ece8

Browse files
restyled-commitsabiradarti
authored andcommitted
Restyled by whitespace
1 parent 8f60e31 commit af5ece8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

examples/all-clusters-app/cc13x4_26x4/main/AppTask.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,4 +426,4 @@ void AppTask::uiInit(void)
426426
sAppRightHandle = Button_open(CONFIG_BTN_RIGHT, &buttonParams);
427427
Button_setCallback(sAppRightHandle, ButtonRightEventHandler);
428428
#endif //BUTTON ENABLE
429-
}
429+
}

examples/pump-app/cc13x4_26x4/main/AppTask.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -713,4 +713,4 @@ void AppTask::uiInit(void)
713713
sAppRightHandle = Button_open(CONFIG_BTN_RIGHT, &buttonParams);
714714
Button_setCallback(sAppRightHandle, ButtonRightEventHandler);
715715
#endif //BUTTON ENABLE
716-
}
716+
}

examples/pump-controller-app/cc13x4_26x4/main/AppTask.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ void AppTask::ActionCompleted(PumpManager::Action_t aAction, int32_t aActor)
298298
LED_setOn(sAppGreenHandle, LED_BRIGHTNESS_MAX);
299299
LED_stopBlinking(sAppRedHandle);
300300
LED_setOn(sAppRedHandle, LED_BRIGHTNESS_MAX);
301-
#endif
301+
#endif
302302
}
303303
else if (aAction == PumpManager::STOP_ACTION)
304304
{
@@ -308,7 +308,7 @@ void AppTask::ActionCompleted(PumpManager::Action_t aAction, int32_t aActor)
308308
LED_setOff(sAppGreenHandle);
309309
LED_stopBlinking(sAppRedHandle);
310310
LED_setOff(sAppRedHandle);
311-
#endif
311+
#endif
312312
}
313313
if (aActor == AppEvent::kEventType_ButtonLeft)
314314
{
@@ -523,4 +523,4 @@ void AppTask::uiInit(void)
523523
sAppRightHandle = Button_open(CONFIG_BTN_RIGHT, &buttonParams);
524524
Button_setCallback(sAppRightHandle, ButtonRightEventHandler);
525525
#endif //BUTTON ENABLE
526-
}
526+
}

src/platform/cc13xx_26xx/cc13x4_26x4/CHIPPlatformConfig.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@
7575
#define CHIP_CONFIG_ICD_IDLE_MODE_DURATION_SEC 360
7676
#define CHIP_DEVICE_CONFIG_ICD_SLOW_POLL_INTERVAL chip::System::Clock::Milliseconds32(5000)
7777
#define CHIP_DEVICE_CONFIG_ICD_FAST_POLL_INTERVAL chip::System::Clock::Milliseconds32(500)
78-
#endif //TI_ICD_ENABLE_SERVER
78+
#endif //TI_ICD_ENABLE_SERVER

0 commit comments

Comments
 (0)