mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-27 04:43:52 +01:00
wow
This commit is contained in:
@@ -24,7 +24,7 @@ float get_rds_sample(RDSModulator* rdsMod) {
|
|||||||
if (rdsMod->sample_count == SAMPLES_PER_BIT) {
|
if (rdsMod->sample_count == SAMPLES_PER_BIT) {
|
||||||
if (rdsMod->bit_pos == BITS_PER_GROUP) {
|
if (rdsMod->bit_pos == BITS_PER_GROUP) {
|
||||||
get_rds_bits(rdsMod->enc, rdsMod->bit_buffer);
|
get_rds_bits(rdsMod->enc, rdsMod->bit_buffer);
|
||||||
rds.bit_pos = 0;
|
rdsMod->bit_pos = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
rdsMod->cur_bit = rdsMod->bit_buffer[rdsMod->bit_pos++];
|
rdsMod->cur_bit = rdsMod->bit_buffer[rdsMod->bit_pos++];
|
||||||
|
|||||||
Reference in New Issue
Block a user