added a voided var

This commit is contained in:
GullCode 2021-01-27 17:20:07 +01:00
parent 19ebf14e8c
commit fb61ad55c0

View File

@ -130,6 +130,7 @@ void SoundBoardView::start_tx(const uint32_t id) {
}*/
void SoundBoardView::on_tx_progress(const uint32_t progress) {
(void)progress ; // avoid warning
//progressbar.set_value(progress);
}