Add support for radarcape type 5 (receiver position) messages.
This commit is contained in:
parent
5063efe064
commit
4bb070be50
5 changed files with 135 additions and 4 deletions
|
|
@ -37,6 +37,14 @@ void sigintHandler(int dummy) {
|
|||
Modes.exit = 1; // Signal to threads that we are done
|
||||
}
|
||||
|
||||
void receiverPositionChanged(float lat, float lon, float alt)
|
||||
{
|
||||
/* nothing */
|
||||
(void) lat;
|
||||
(void) lon;
|
||||
(void) alt;
|
||||
}
|
||||
|
||||
//
|
||||
// =============================== Initialization ===========================
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue