mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-31 09:19:15 +02:00
change pack
This commit is contained in:
@@ -35,6 +35,7 @@ typedef struct {
|
|||||||
|
|
||||||
#define PROGRAMS 1
|
#define PROGRAMS 1
|
||||||
|
|
||||||
|
#pragma pack(1)
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint16_t pi;
|
uint16_t pi;
|
||||||
|
|
||||||
@@ -132,6 +133,7 @@ typedef struct
|
|||||||
RDSRTPlusData rtpData[PROGRAMS];
|
RDSRTPlusData rtpData[PROGRAMS];
|
||||||
uint8_t program;
|
uint8_t program;
|
||||||
} RDSEncoder;
|
} RDSEncoder;
|
||||||
|
#pragma pack()
|
||||||
|
|
||||||
#define GROUP_TYPE_0 ( 0 << 4)
|
#define GROUP_TYPE_0 ( 0 << 4)
|
||||||
#define GROUP_TYPE_1 ( 1 << 4)
|
#define GROUP_TYPE_1 ( 1 << 4)
|
||||||
|
|||||||
Reference in New Issue
Block a user