This commit is contained in:
2026-01-03 15:33:09 +01:00
parent 748ca29c48
commit b4bdd36332
5 changed files with 26 additions and 23 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ static uint8_t check_rds_good_group(RDSEncoder* enc, char* grp) {
return good_group;
}
static void get_rds_group(RDSEncoder* enc, RDSGroup *group, uint8_t stream) {
void get_rds_group(RDSEncoder* enc, RDSGroup *group, uint8_t stream) {
group->a = enc->data[enc->program].pi;
group->b = 0;
group->c = 0;