0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-27 12:53:53 +01:00

add option to set the link bit in the 1A group

This commit is contained in:
2025-04-13 18:48:26 +02:00
parent a6cba08503
commit f57aa80a5e
3 changed files with 17 additions and 2 deletions

View File

@@ -166,6 +166,8 @@ typedef struct {
uint8_t af_state : 6;
uint8_t af_oda_state : 6;
uint8_t eon_linkage : 1;
uint16_t last_stream0_group[3];
} RDSState;