0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 20:33:53 +01:00

update init rds mod

This commit is contained in:
2025-03-15 19:35:58 +01:00
parent 7b940ae7d1
commit ce7188c358

View File

@@ -59,8 +59,8 @@ int modulatorsaved() {
void init_rds_modulator(RDSModulator* rdsMod, RDSEncoder* enc) {
memset(rdsMod, 0, sizeof(*rdsMod));
rdsMod->level = 1.0f;
rdsMod->rdsgen = 1;
rdsMod->params.level = 1.0f;
rdsMod->params.rdsgen = 1;
rdsMod->enc = enc;