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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user