0
1
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:
2025-03-10 18:48:19 +01:00
parent 944a5add61
commit f062c5d3ee

View File

@@ -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;
} }