mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-26 20:33:53 +01:00
not sure
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user