Fix two remaining references to FST280. Should be FST240.

This commit is contained in:
Joe Taylor 2020-07-03 18:46:58 -04:00
parent d4bf73df84
commit bdfca55d16
1 changed files with 2 additions and 2 deletions

View File

@ -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]);
}