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

oda_handler

This commit is contained in:
2025-12-24 19:40:53 +01:00
parent b83a96d889
commit 77e281dbfc
6 changed files with 100 additions and 5 deletions

View File

@@ -113,7 +113,6 @@ typedef struct {
} RDSEONState;
typedef struct {
uint8_t enabled : 1;
uint8_t group : 4;
uint8_t group_version : 1;
uint16_t id;
@@ -123,6 +122,7 @@ typedef struct {
typedef struct {
uint8_t oda_len;
uint8_t oda_pointer;
uint8_t oda_runner_pointer;
RDSODA odas[32];
} RDSODAState;