Add support for radarcape type 5 (receiver position) messages.

This commit is contained in:
Oliver Jowett 2016-12-27 19:07:10 +00:00
parent 5063efe064
commit 4bb070be50
5 changed files with 135 additions and 4 deletions

View file

@ -51,6 +51,14 @@
#include <stdarg.h>
void receiverPositionChanged(float lat, float lon, float alt)
{
/* nothing */
(void) lat;
(void) lon;
(void) alt;
}
//
// =============================== Initialization ===========================
//