mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-22 12:08:43 -04:00
Fix two remaining references to FST280. Should be FST240.
This commit is contained in:
parent
d4bf73df84
commit
bdfca55d16
@ -25,8 +25,8 @@ namespace
|
||||
"FreqCal",
|
||||
"FT8",
|
||||
"FT4",
|
||||
"FST280",
|
||||
"FST280W"
|
||||
"FST240",
|
||||
"FST240W"
|
||||
};
|
||||
std::size_t constexpr mode_names_size = sizeof (mode_names) / sizeof (mode_names[0]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user