mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-30 16:59:15 +02:00
not sure
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
#include "fs.h"
|
#include "fs.h"
|
||||||
|
|
||||||
void init_rds_modulator(RDSModulator* rdsMod, RDSEncoder* enc, uint8_t num_streams) {
|
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.level = 1.0f;
|
||||||
rdsMod->params.rdsgen = 1;
|
rdsMod->params.rdsgen = 1;
|
||||||
rdsMod->num_streams = num_streams;
|
rdsMod->num_streams = num_streams;
|
||||||
|
|||||||
Reference in New Issue
Block a user