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

@ -95,6 +95,7 @@ static void faupInit(void) {
// Prepare error correction tables
modesChecksumInit(1);
icaoFilterInit();
modeACInit();
}
//