Skip to content

Commit

Permalink
ubx.h: prot_block: minor field reordering
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Klotzbuecher <mk@mkio.de>
  • Loading branch information
kmarkus committed Jun 29, 2020
1 parent a096393 commit 8327b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libubx/ubx.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ typedef struct ubx_proto_block {
uint32_t attrs;
uint16_t type;

struct ubx_proto_port *ports;
struct ubx_proto_config *configs;
struct ubx_proto_port *ports;

int (*init)(struct ubx_block *b);
int (*start)(struct ubx_block *b);
Expand Down

0 comments on commit 8327b7f

Please sign in to comment.