0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-27 12:53:53 +01:00
This commit is contained in:
2025-03-13 21:55:56 +01:00
parent 8d0e69e09b
commit 8609236fda

View File

@@ -622,7 +622,7 @@ void set_rds_ct(uint8_t ct) {
void set_rds_cg(uint16_t* blocks) { void set_rds_cg(uint16_t* blocks) {
rds_state.custom_group[0] = 1; rds_state.custom_group[0] = 1;
rds_state.custom_group[1] = blocks[1]; rds_state.custom_group[1] = blocks[0];
rds_state.custom_group[2] = blocks[2]; rds_state.custom_group[2] = blocks[1];
rds_state.custom_group[3] = blocks[3]; rds_state.custom_group[3] = blocks[2];
} }