Files
adsb-tools/beast.c

10 lines
128 B
C
Raw Normal View History

2016-02-16 03:42:41 +00:00
#include "beast.h"
void beast_init() {
}
bool beast_parse(struct backend *backend, struct packet *packet) {
return false;
}