mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-30 00:39:15 +02:00
fix programs
This commit is contained in:
@@ -476,6 +476,7 @@ static void init_rtplus(RDSEncoder* enc, uint8_t group) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void init_rds_encoder(RDSEncoder* enc) {
|
void init_rds_encoder(RDSEncoder* enc) {
|
||||||
|
enc->program = 0;
|
||||||
memset(&enc->data[enc->program].af, 0, sizeof(RDSAFs));
|
memset(&enc->data[enc->program].af, 0, sizeof(RDSAFs));
|
||||||
enc->data[enc->program].ct = 1;
|
enc->data[enc->program].ct = 1;
|
||||||
enc->data[enc->program].di = 1;
|
enc->data[enc->program].di = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user