mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-24 06:18:21 -04:00
Merge pull request #297 from GullCode/soundboard_app_warning_fix
added a voided var
This commit is contained in:
commit
dd0042b5f1
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue