M17 - Fix FSN Variable Type;
This commit is contained in:
parent
dd87bf77f8
commit
72ac2f628b
|
|
@ -1161,8 +1161,8 @@ void encodeM17STR(dsd_opts * opts, dsd_state * state)
|
|||
short voice1[nsam]; //read in xxx ms of audio from input source
|
||||
short voice2[nsam]; //read in xxx ms of audio from input source
|
||||
|
||||
//frame sequence number and eot bit (fixes initial FSN of 17152)
|
||||
uint8_t fsn = 0;
|
||||
//frame sequence number and eot bit
|
||||
uint16_t fsn = 0;
|
||||
uint8_t eot = 0;
|
||||
uint8_t lich_cnt = 0; //lich frame number counter
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue