Skip to content

Commit b819fa8

Browse files
author
Mika Tervonen
committed
Fix bbr start
1 parent 514bb58 commit b819fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/6LoWPAN/ws/ws_bbr_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ int ws_bbr_start(int8_t interface_id, int8_t bb_interface_id)
363363
#ifdef HAVE_WS
364364

365365
(void)interface_id;
366-
protocol_interface_info_entry_t *bb_interface = protocol_stack_interface_info_get_by_id(backbone_interface_id);
366+
protocol_interface_info_entry_t *bb_interface = protocol_stack_interface_info_get_by_id(bb_interface_id);
367367

368368
if (!bb_interface) {
369369
return -1;

0 commit comments

Comments
 (0)