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

View File

@ -25,8 +25,8 @@ namespace
"FreqCal", "FreqCal",
"FT8", "FT8",
"FT4", "FT4",
"FST280", "FST240",
"FST280W" "FST240W"
}; };
std::size_t constexpr mode_names_size = sizeof (mode_names) / sizeof (mode_names[0]); std::size_t constexpr mode_names_size = sizeof (mode_names) / sizeof (mode_names[0]);
} }