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 17:44:47 +01:00
parent 1cc30f1b83
commit 6f2ac073e5

View File

@@ -625,6 +625,6 @@ void set_rds_udg1(uint16_t (*groups)[3]) {
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));
}