Table-ize the Mode A to C conversions, add a Mode C to Mode A conversion function.

This commit is contained in:
Oliver Jowett 2016-10-11 17:57:25 +01:00
parent 10b5cde505
commit 60f1f3bcb6
7 changed files with 68 additions and 7 deletions

View file

@ -243,6 +243,7 @@ void modesInit(void) {
// Prepare error correction tables
modesChecksumInit(Modes.nfix_crc);
icaoFilterInit();
modeACInit();
if (Modes.show_only)
icaoFilterAdd(Modes.show_only);