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

@ -112,6 +112,7 @@ void view1090Init(void) {
// Prepare error correction tables
modesChecksumInit(Modes.nfix_crc);
icaoFilterInit();
modeACInit();
}
//