Implement airspy_adsb send support.

This commit is contained in:
Ian Gulliver
2016-02-17 21:53:34 -08:00
parent 236f058654
commit 1bc8d49d38
5 changed files with 69 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ void hex_init();
void hex_to_bin(uint8_t *, const char *, size_t);
uint64_t hex_to_int(const char *, size_t);
void hex_from_bin(char *, const uint8_t *, size_t);
void hex_from_int(char *, uint64_t, size_t);
///////// uuid