Use PATTY_AX25_CALLSIGN_LEN in patty_ax25_addr
This commit is contained in:
parent
359742f949
commit
cbae61db27
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ enum patty_ax25_proto {
|
||||||
#pragma pack(1)
|
#pragma pack(1)
|
||||||
|
|
||||||
typedef struct _patty_ax25_addr {
|
typedef struct _patty_ax25_addr {
|
||||||
char callsign[6];
|
char callsign[PATTY_AX25_CALLSIGN_LEN];
|
||||||
uint8_t ssid;
|
uint8_t ssid;
|
||||||
} patty_ax25_addr;
|
} patty_ax25_addr;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue