Skip to content

Commit

Permalink
HAL_LED_MODE_BLINK on init
Browse files Browse the repository at this point in the history
  • Loading branch information
nurikk committed Sep 20, 2020
1 parent 81c481d commit 7c98952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/zcl_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ static zclGeneral_AppCallbacks_t zclApp_CmdCallbacks = {
NULL // RSSI Location Response command
};
void zclApp_Init(byte task_id) {
HalLedSet(HAL_LED_ALL, HAL_LED_MODE_FLASH);
HalLedSet(HAL_LED_ALL, HAL_LED_MODE_BLINK);
DebugInit();

zclApp_RestoreAttributesFromNV();
Expand Down

0 comments on commit 7c98952

Please sign in to comment.