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-03-14 16:40:59 +01:00
parent d1046bd99c
commit 22b70daf2d

View File

@@ -587,7 +587,7 @@ void set_rds_cg(uint16_t* blocks) {
}
void set_rds_grpseq(unsigned char* grpseq) {
uint8_t len;
uint8_t len = 0;
memset(rds_data.grp_sqc+2, ' ', 24);
while (*grpseq != 0 && len < 24)
rds_data.grp_sqc[2+len++] = *grpseq++;