Skip to content

Commit 4b69e6f

Browse files
committed
unused variable 'hWM' deleted
1 parent 60d8022 commit 4b69e6f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Audio.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6344,11 +6344,4 @@ void Audio::performAudioTask() {
63446344
xSemaphoreTake(mutex_playAudioData, portMAX_DELAY);
63456345
playAudioData();
63466346
xSemaphoreGive(mutex_playAudioData);
6347-
static int i = 0;
6348-
i++;
6349-
if(i == 100){
6350-
i = 0;
6351-
uint32_t hWM = uxTaskGetStackHighWaterMark(NULL);
6352-
// log_i("hwm %i", hWM);
6353-
}
63546347
}

0 commit comments

Comments
 (0)