correct division through zero error in player_task()
Signed-off-by: Karl Osterseher <karli_o@gmx.at>
This commit is contained in:
@@ -1233,6 +1233,15 @@ static void http_get_task(void *pvParameters) {
|
||||
// need to release mutex
|
||||
// afterwards for next round
|
||||
xSemaphoreGive(decoderReadSemaphore);
|
||||
|
||||
// ESP_LOGI(
|
||||
// TAG, "8bit %d, block %d, 32 bit %d, block %d",
|
||||
// heap_caps_get_free_size(MALLOC_CAP_8BIT),
|
||||
// heap_caps_get_largest_free_block(MALLOC_CAP_8BIT),
|
||||
// heap_caps_get_free_size(MALLOC_CAP_32BIT |
|
||||
// MALLOC_CAP_EXEC),
|
||||
// heap_caps_get_largest_free_block(MALLOC_CAP_32BIT
|
||||
// | MALLOC_CAP_EXEC));
|
||||
#endif
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user