COnvert to handling new style YSF data from the modem.

This commit is contained in:
Jonathan Naylor
2016-04-12 21:33:16 +01:00
parent 8eb564ba37
commit 8f836716b8
3 changed files with 10 additions and 15 deletions

View File

@@ -32,7 +32,7 @@ const unsigned char YSF_DT_MASK = 0x30U;
const unsigned char YSF_DT_HEADER_CHANNEL = 0x00U;
const unsigned char YSF_DT_TERMINATOR_CHANNEL = 0x80U;
const unsigned char YSF_CKSUM_OK = 0x01U;
const unsigned char YSF_SYNC_OK = 0x01U;
const unsigned char YSF_FI_HEADER = 0x00U;
const unsigned char YSF_FI_COMMUNICATIONS = 0x40U;