Change the mlat timestamp to something that doesn't need escaping.
This commit is contained in:
parent
12a7d45e75
commit
934dfee6a4
1 changed files with 1 additions and 1 deletions
2
mode_s.c
2
mode_s.c
|
|
@ -62,7 +62,7 @@
|
|||
/* A timestamp that indicates the data is synthetic, created from a
|
||||
* multilateration result
|
||||
*/
|
||||
#define MAGIC_MLAT_TIMESTAMP 0xFF01A71A71A7ULL
|
||||
#define MAGIC_MLAT_TIMESTAMP 0xFF004D4C4154ULL
|
||||
|
||||
//=========================================================================
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue