mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-27 04:43:52 +01:00
bro
This commit is contained in:
@@ -587,7 +587,7 @@ void set_rds_cg(uint16_t* blocks) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void set_rds_grpseq(unsigned char* grpseq) {
|
void set_rds_grpseq(unsigned char* grpseq) {
|
||||||
uint8_t len;
|
uint8_t len = 0;
|
||||||
memset(rds_data.grp_sqc+2, ' ', 24);
|
memset(rds_data.grp_sqc+2, ' ', 24);
|
||||||
while (*grpseq != 0 && len < 24)
|
while (*grpseq != 0 && len < 24)
|
||||||
rds_data.grp_sqc[2+len++] = *grpseq++;
|
rds_data.grp_sqc[2+len++] = *grpseq++;
|
||||||
|
|||||||
Reference in New Issue
Block a user