From 5a24e1c83658e0edb64809caa486d558ad570b55 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sat, 15 Mar 2025 10:03:11 +0100 Subject: [PATCH] fix error --- src/rds.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rds.h b/src/rds.h index 3813afe..99a40c6 100644 --- a/src/rds.h +++ b/src/rds.h @@ -82,7 +82,7 @@ typedef struct { uint8_t tps_update; unsigned char ps_text[PS_LENGTH]; unsigned char tps_text[PS_LENGTH]; - uint8_t ps_csegment + uint8_t ps_csegment; unsigned char rt_text[RT_LENGTH]; uint8_t rt_state;