Skip to content

Commit cff6f0b

Browse files
author
Jarkko Paso
committed
WS: Missing return value fix
1 parent 79c7157 commit cff6f0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/6LoWPAN/ws/ws_bootstrap.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1537,6 +1537,7 @@ int ws_bootstrap_set_rf_config(protocol_interface_info_entry_t *cur, phy_rf_chan
15371537
set_request.value_pointer = &ack_wait_symbols;
15381538
set_request.value_size = sizeof(ack_wait_symbols);
15391539
cur->mac_api->mlme_req(cur->mac_api, MLME_SET, &set_request);
1540+
return 0;
15401541
}
15411542

15421543
int ws_bootstrap_neighbor_remove(protocol_interface_info_entry_t *cur, const uint8_t *ll_address)

0 commit comments

Comments
 (0)