Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xpp/xtalk/xtalk_sync.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ union XTALK_PDATA(XTALK) {
MEMBER(XTALK, ACK);
MEMBER(XTALK, PROTO_GET);
MEMBER(XTALK, PROTO_GET_REPLY);
} PACKED members;
} PACKED _members;

const struct xtalk_protocol xtalk_sync_proto = {
.name = "XTALK-SYNC",
Expand Down