mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Weird syntax burp on my part.
This commit is contained in:
parent
b65cd72a68
commit
17d405ccec
@ -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…
Reference in New Issue
Block a user