Aesthetic struct changes in patty/ax25/frame.h

This commit is contained in:
XANTRONIX Development 2020-05-27 18:13:36 -04:00 committed by XANTRONIX Industrial
parent c297aa7d03
commit 91b9883b53

View file

@ -22,10 +22,10 @@ enum patty_ax25_frame_cr {
typedef struct _patty_ax25_frame {
patty_ax25_address dest;
patty_ax25_address src;
patty_ax25_address repeaters[8];
patty_ax25_address repeaters[7];
int hops;
int repeated;
int hops,
repeated;
enum patty_ax25_version version;
enum patty_ax25_frame_type type;