mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-29 16:29:17 +02:00
fix
This commit is contained in:
+1
-1
@@ -84,7 +84,7 @@ float get_rds_sample(RDSModulator* rdsMod, uint8_t stream) {
|
|||||||
float sample;
|
float sample;
|
||||||
if (rdsMod->data[stream].sample_count == SAMPLES_PER_BIT) {
|
if (rdsMod->data[stream].sample_count == SAMPLES_PER_BIT) {
|
||||||
if (rdsMod->data[stream].bit_pos == BITS_PER_GROUP) {
|
if (rdsMod->data[stream].bit_pos == BITS_PER_GROUP) {
|
||||||
get_rds_bits(rdsMod->enc, rdsMod->data[stream].bit_buffer);
|
get_rds_bits(rdsMod->enc, rdsMod->data[stream].bit_buffer, stream);
|
||||||
rdsMod->data[stream].bit_pos = 0;
|
rdsMod->data[stream].bit_pos = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user