A few more fixups for QRA65. Not finished, yet!

This commit is contained in:
Joe Taylor
2020-09-25 15:38:20 -04:00
parent 443aee5355
commit acd6253373
8 changed files with 20 additions and 14 deletions
+2 -1
View File
@@ -26,7 +26,8 @@ namespace
"FT8",
"FT4",
"FST4",
"FST4W"
"FST4W",
"QRA65"
};
std::size_t constexpr mode_names_size = sizeof (mode_names) / sizeof (mode_names[0]);
}