what is this? a circus?

This commit is contained in:
2025-12-23 09:51:50 +01:00
parent 633a34741f
commit b62f968cae
2 changed files with 13 additions and 17 deletions
+13
View File
@@ -294,6 +294,19 @@ group_coded:
return;
}
uint16_t offset_words_typea[] = {
0x0FC, /* A */
0x198, /* B */
0x168, /* C */
0x1B4, /* D */
};
uint16_t offset_words_typeb[] = {
0x0FC, /* A */
0x198, /* B */
0x350, /* C' */
0x1B4, /* D */
};
void add_checkwords(RDSGroup *group, uint8_t *bits)
{
uint16_t* offset_words;