Table-ize the Mode A to C conversions, add a Mode C to Mode A conversion function.
This commit is contained in:
parent
10b5cde505
commit
60f1f3bcb6
7 changed files with 68 additions and 7 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue