From b3a86c902d8d5c3a5590a76463b468b5df9887c0 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sat, 22 Mar 2025 18:04:55 +0100 Subject: [PATCH] switch abs --- src/rds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rds.c b/src/rds.c index 2c5f312..64f7859 100644 --- a/src/rds.c +++ b/src/rds.c @@ -333,7 +333,7 @@ static void get_rds_rt_group(RDSEncoder* enc, uint16_t *blocks) { ab = 0; break; case 1: - ab = (enc->state[enc->program].current_rt == 0) ? 1 : 0; + ab = (enc->state[enc->program].current_rt == 0) ? 0 : 1; break; case 2: default: