mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-24 14:59:24 -05:00
Merge pull request #292 from GullCode/ui_morse_warning_fix
added a voided var
This commit is contained in:
commit
b1135aab0a
@ -226,6 +226,7 @@ MorseView::MorseView(
|
||||
};
|
||||
|
||||
options_loop.on_change = [this](size_t i, uint32_t n) {
|
||||
(void)i; //avoid unused warning
|
||||
loop = n;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user