mirror of
https://github.com/esphome/esphome.git
synced 2026-05-28 04:55:48 +08:00
clang-tidy fix
This commit is contained in:
@@ -256,7 +256,6 @@ void I2SAudioSpeaker::run_speaker_task() {
|
|||||||
xEventGroupSetBits(this->event_group_, SpeakerEventGroupBits::ERR_PARTIAL_WRITE);
|
xEventGroupSetBits(this->event_group_, SpeakerEventGroupBits::ERR_PARTIAL_WRITE);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
bytes_written_total += bw;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const uint32_t real_frames_in_buffer = this->current_stream_info_.bytes_to_frames(real_bytes_total);
|
const uint32_t real_frames_in_buffer = this->current_stream_info_.bytes_to_frames(real_bytes_total);
|
||||||
|
|||||||
Reference in New Issue
Block a user