Fixed ADSB TX frame rotation

This commit is contained in:
furrtek
2017-08-12 09:54:58 +01:00
parent 482729918d
commit 7f97a090e4
7 changed files with 125 additions and 157 deletions

View File

@@ -67,6 +67,6 @@ FormattedSymbols format_symbols(
const ManchesterDecoder& decoder
);
void manchester_encode(uint8_t * dest, uint8_t * src, size_t length, const size_t sense = 0);
void manchester_encode(uint8_t * dest, uint8_t * src, const size_t length, const size_t sense = 0);
#endif/*__MANCHESTER_H__*/