mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-15 05:02:13 -04:00
Weird syntax burp on my part.
This commit is contained in:
parent
b65cd72a68
commit
17d405ccec
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ void RadioGainOptionsView::on_agc_changed(bool v) {
|
|||
LNAGainField::LNAGainField(
|
||||
Point parent_pos
|
||||
) : NumberField {
|
||||
{ parent_pos }, 2,
|
||||
parent_pos, 2,
|
||||
{ max2837::lna::gain_db_min, max2837::lna::gain_db_max },
|
||||
max2837::lna::gain_db_step,
|
||||
' ',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue