0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-27 12:53:53 +01:00
This commit is contained in:
2025-03-15 19:48:34 +01:00
parent 9be9e56f12
commit 4decd08ce7

View File

@@ -16,7 +16,7 @@ void Modulator_saveToFile(RDSModulatorParameters *emp, const char *option) {
memcpy(&tempEncoder, emp, sizeof(RDSModulatorParameters)); memcpy(&tempEncoder, emp, sizeof(RDSModulatorParameters));
} }
if (strcmp(option, "LEVL") == 0) { if (strcmp(option, "LEVEL") == 0) {
tempEncoder.level = emp->level; tempEncoder.level = emp->level;
} else if (strcmp(option, "RDSGEN") == 0) { } else if (strcmp(option, "RDSGEN") == 0) {
tempEncoder.rdsgen = emp->rdsgen; tempEncoder.rdsgen = emp->rdsgen;