Skip to content

Commit

Permalink
Fix multiple returns
Browse files Browse the repository at this point in the history
  • Loading branch information
sreeramIfx committed Jan 24, 2023
1 parent 89fa3de commit e0393c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/lock-app/infineon/psoc6/src/AppTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,6 @@ CHIP_ERROR AppTask::Init()
sLockLED.Init(LOCK_STATE_LED);

return err;

return err;
}

void AppTask::AppTaskMain(void * pvParameter)
Expand Down

0 comments on commit e0393c6

Please sign in to comment.