mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-10 07:30:08 -04:00
More application of range_t methods.
This commit is contained in:
parent
7519b83379
commit
87dc5a055b
4 changed files with 6 additions and 8 deletions
|
@ -366,7 +366,7 @@ private:
|
|||
NumberField field_vga {
|
||||
{ 18 * 8, 0 * 16},
|
||||
2,
|
||||
{ max2837::vga::gain_db_min, max2837::vga::gain_db_max },
|
||||
{ max2837::vga::gain_db_range.minimum, max2837::vga::gain_db_range.maximum },
|
||||
max2837::vga::gain_db_step,
|
||||
' ',
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue