mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-05 05:04:27 -04:00
Adding 8.33KHz spacing (#2628)
* Adding 8.33KHz spacing * remove extern options_db_t freqman_steps which is now brought by ui_receiver.hpp * use freqman db steps instead of static array Co-authored-by: gullradriel <gullradriel@no-mail.com>
This commit is contained in:
parent
584af02dba
commit
a153cbf30b
2 changed files with 12 additions and 17 deletions
|
@ -46,7 +46,7 @@ using options_db_t = std::vector<option_db_t>;
|
|||
|
||||
extern options_db_t freqman_modulations;
|
||||
extern options_db_t freqman_bandwidths[5];
|
||||
extern options_db_t freqman_steps;
|
||||
// extern options_db_t freqman_steps; // now included via ui_receiver.hpp
|
||||
extern options_db_t freqman_steps_short;
|
||||
|
||||
options_t dboptions_to_options(const options_db_t& dboptions) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue