Aesthetic struct changes in patty/ax25/frame.h
This commit is contained in:
parent
c297aa7d03
commit
91b9883b53
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue