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

some updates

This commit is contained in:
2025-12-24 10:43:37 +01:00
parent ff1e5728c3
commit aed57a1e45
5 changed files with 38 additions and 45 deletions

View File

@@ -25,6 +25,7 @@
#define AF_CODE_LFMF_FOLLOWS 250
#define PROGRAMS 3
#define EONs 4
// List of ODAs: https://www.nrscstandards.org/committees/dsm/archive/rds-oda-aids.pdf
#define ODA_AID_RTPLUS 0x4bd7
@@ -105,7 +106,7 @@ typedef struct {
uint16_t udg1_rds2[8][4];
uint16_t udg2_rds2[8][4];
RDSEON eon[4];
RDSEON eon[EONs];
} RDSData;
typedef struct {
uint8_t af_state : 6;