mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-26 20:33:53 +01:00
fix again
This commit is contained in:
@@ -36,10 +36,12 @@ void set_rdsgen(uint8_t gen) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void set_carrier_volume(uint8_t carrier, float new_volume) {
|
void set_carrier_volume(uint8_t carrier, float new_volume) {
|
||||||
|
(void)carrier;
|
||||||
mpx_vol = new_volume / 100.0f;
|
mpx_vol = new_volume / 100.0f;
|
||||||
}
|
}
|
||||||
|
|
||||||
void fm_mpx_init(uint32_t sample_rate) {
|
void fm_mpx_init(uint32_t sample_rate) {
|
||||||
|
(void)sample_rate;
|
||||||
rdsgen = 1;
|
rdsgen = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user