Inform protocol about interfaces
This commit is contained in:
parent
33d1cf04a7
commit
976cea11de
6 changed files with 35 additions and 17 deletions
|
@ -40,5 +40,6 @@ const mmss_protocol_t mmss_protocol_info = {
|
|||
.get_version = get_version,
|
||||
|
||||
.init = gmrf_protocol_init,
|
||||
.add_iface = gmrf_protocol_add_iface,
|
||||
.handle_packet = gmrf_protocol_handle_packet,
|
||||
};
|
||||
|
|
Reference in a new issue