Rework patty_ax25_address members as uint8_t
This commit is contained in:
parent
8ee2b32342
commit
bbbe7f8bfd
1 changed files with 4 additions and 4 deletions
|
@ -10,12 +10,12 @@
|
|||
typedef struct _patty_ax25_address {
|
||||
char callsign[7];
|
||||
|
||||
int ssid;
|
||||
int last;
|
||||
uint8_t ssid,
|
||||
last;
|
||||
|
||||
union {
|
||||
int c;
|
||||
int repeated;
|
||||
uint8_t c,
|
||||
repeated;
|
||||
};
|
||||
} patty_ax25_address;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue