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

oda_count

This commit is contained in:
2025-12-26 21:48:15 +01:00
parent e579d3a2f1
commit b39a0e78ed
3 changed files with 9 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
#pragma once
#include "common.h"
#define LUA_USER_DATA 1280
#define ODAS 32
/* The RDS error-detection code generator polynomial is
* x^10 + x^8 + x^7 + x^5 + x^4 + x^3 + x^0
@@ -118,7 +119,7 @@ typedef struct {
uint8_t oda_len;
uint8_t oda_pointer;
uint8_t oda_runner_pointer;
RDSODA odas[32];
RDSODA odas[ODAS];
} RDSODAState;
typedef struct {