mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-27 12:53:53 +01:00
this is gonna fail to compile
This commit is contained in:
@@ -78,13 +78,13 @@ void init_rds_modulator(RDSModulator* rdsMod, RDSEncoder* enc) {
|
||||
}
|
||||
}
|
||||
|
||||
float get_rds_sample(RDSModulator* rdsMod) {
|
||||
float get_rds_sample(RDSModulator* rdsMod, bool rds2) {
|
||||
uint16_t idx;
|
||||
float *cur_waveform;
|
||||
float sample;
|
||||
if (rdsMod->sample_count == SAMPLES_PER_BIT) {
|
||||
if (rdsMod->bit_pos == BITS_PER_GROUP) {
|
||||
get_rds_bits(rdsMod->enc, rdsMod->bit_buffer);
|
||||
get_rds_bits(rdsMod->enc, rdsMod->bit_buffer, rds2);
|
||||
rdsMod->bit_pos = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user