Change mode name QRA65 to Q65 everywhere, supposedly.

This commit is contained in:
Joe Taylor
2020-10-25 13:58:18 -04:00
parent 90fb84e43e
commit 9b452e8f99
18 changed files with 154 additions and 130 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ namespace
"FT4",
"FST4",
"FST4W",
"QRA65"
"Q65"
};
std::size_t constexpr mode_names_size = sizeof (mode_names) / sizeof (mode_names[0]);
}