Skip to content

Commit

Permalink
clang
Browse files Browse the repository at this point in the history
  • Loading branch information
tueddy committed Jan 3, 2025
1 parent 1eb97d8 commit cdea281
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Led.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ void Led_Init(void) {
// get dimmableStates from NVS
dimmableStates = gPrefsSettings.getUChar("dimmableStates", DIMMABLE_STATES);


// delete running task
if (Led_TaskHandle) {
vTaskDelete(Led_TaskHandle);
Expand Down

0 comments on commit cdea281

Please sign in to comment.