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

fix some missing definitions

This commit is contained in:
2025-03-15 19:35:21 +01:00
parent 222d5c7fa9
commit 7b940ae7d1
2 changed files with 8 additions and 8 deletions

View File

@@ -208,7 +208,7 @@ typedef struct
#define GET_GROUP_TYPE(x) ((x >> 4) & 15)
#define GET_GROUP_VER(x) (x & 1)
#define IS_TYPE_B(a) (a[1] & INT16_11)
#define IS_TYPE_B(a) (a[1] & 0x0800)
void saveToFile(RDSEncoder *emp, const char *option);
void loadFromFile(RDSEncoder *emp);