Use PATTY_AX25_CALLSIGN_LEN in patty_ax25_addr

This commit is contained in:
XANTRONIX Development 2020-07-14 17:01:32 -04:00 committed by XANTRONIX Industrial
parent 359742f949
commit cbae61db27

View file

@ -42,7 +42,7 @@ enum patty_ax25_proto {
#pragma pack(1)
typedef struct _patty_ax25_addr {
char callsign[6];
char callsign[PATTY_AX25_CALLSIGN_LEN];
uint8_t ssid;
} patty_ax25_addr;