Skip to content

Commit

Permalink
Fix bbr start
Browse files Browse the repository at this point in the history
  • Loading branch information
Mika Tervonen committed Oct 9, 2018
1 parent 514bb58 commit b819fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/6LoWPAN/ws/ws_bbr_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ int ws_bbr_start(int8_t interface_id, int8_t bb_interface_id)
#ifdef HAVE_WS

(void)interface_id;
protocol_interface_info_entry_t *bb_interface = protocol_stack_interface_info_get_by_id(backbone_interface_id);
protocol_interface_info_entry_t *bb_interface = protocol_stack_interface_info_get_by_id(bb_interface_id);

if (!bb_interface) {
return -1;
Expand Down

0 comments on commit b819fa8

Please sign in to comment.