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

user data and rename

This commit is contained in:
2025-12-25 20:38:15 +01:00
parent 597a4a45f0
commit f07e3b70ad
6 changed files with 110 additions and 81 deletions

View File

@@ -1,5 +1,6 @@
#pragma once
#include "common.h"
#define LUA_USER_DATA 512
/* The RDS error-detection code generator polynomial is
* x^10 + x^8 + x^7 + x^5 + x^4 + x^3 + x^0
@@ -107,6 +108,8 @@ typedef struct {
uint16_t udg2_rds2[8][4];
RDSEON eon[EONs];
uint8_t lua_data[LUA_USER_DATA];
} RDSData;
typedef struct {
uint8_t af_state : 6;