Skip to content

Commit 4d39c5c

Browse files
committed
rds: fix 1A group coding (oops)
1 parent e66ed84 commit 4d39c5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rds.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ static void get_rds_ps_group(uint16_t *blocks) {
150150
/* Slow labeling (1A)
151151
*/
152152
static void get_rds_1a_group(uint16_t *blocks) {
153-
blocks[1] |= 2 << 12;
153+
blocks[1] |= 1 << 12;
154154
blocks[2] |= rds_data.ecc;
155155
}
156156

0 commit comments

Comments
 (0)