mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-30 16:59:15 +02:00
oh god
This commit is contained in:
@@ -625,6 +625,6 @@ void set_rds_udg1(uint16_t (*groups)[3]) {
|
|||||||
memcpy(&rds_data.udg1, &groups, sizeof(groups));
|
memcpy(&rds_data.udg1, &groups, sizeof(groups));
|
||||||
}
|
}
|
||||||
|
|
||||||
void set_rds_udg1(uint16_t (*groups)[3]) {
|
void set_rds_udg2(uint16_t (*groups)[3]) {
|
||||||
memcpy(&rds_data.udg2, &groups, sizeof(groups));
|
memcpy(&rds_data.udg2, &groups, sizeof(groups));
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user