mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-30 08:49:15 +02:00
void pointers are easier than this
This commit is contained in:
@@ -621,10 +621,10 @@ void set_rds_grpseq(unsigned char* grpseq) {
|
||||
rds_data.grp_sqc[len++] = *grpseq++;
|
||||
}
|
||||
|
||||
void set_rds_udg1(uint16_t** groups) {
|
||||
void set_rds_udg1(uint16_t (*groups)[3]) {
|
||||
memcpy(&rds_data.udg1, &groups, sizeof(groups));
|
||||
}
|
||||
|
||||
void set_rds_udg2(uint16_t** groups) {
|
||||
void set_rds_udg1(uint16_t (*groups)[3]) {
|
||||
memcpy(&rds_data.udg2, &groups, sizeof(groups));
|
||||
}
|
||||
Reference in New Issue
Block a user