Provide configuration of symbol unstuffing.

This commit is contained in:
Jared Boone
2015-09-26 14:37:59 -07:00
parent a00fcbaa8f
commit e9f28f9ef3
5 changed files with 25 additions and 4 deletions

View File

@@ -198,6 +198,8 @@ struct FSKConfiguration {
uint32_t access_code;
size_t access_code_length;
size_t access_code_tolerance;
uint32_t unstuffing_pattern;
size_t unstuffing_length;
size_t packet_length;
};