0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 20:33:53 +01:00
This commit is contained in:
2025-12-22 22:17:29 +01:00
parent 021f6ee45f
commit 42d1c14f43

View File

@@ -2,7 +2,7 @@
#include "fs.h"
void init_rds_modulator(RDSModulator* rdsMod, RDSEncoder* enc, uint8_t num_streams) {
memset(rdsMod, 0, sizeof(*rdsMod));
memset(rdsMod, 0, sizeof(RDSModulator));
rdsMod->params.level = 1.0f;
rdsMod->params.rdsgen = 1;
rdsMod->num_streams = num_streams;