Skip to content

Commit

Permalink
Fixed set channel unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarkko Paso committed Apr 27, 2018
1 parent ce1ab34 commit cbdd2a9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ bool test_mac_set_channel()
arm_device_driver_list_s dev_driver;
phy_driver.phy_tx_done_cb = tx_done;
dev_driver.phy_driver = &phy_driver;
memset(&setup, 0, sizeof(protocol_interface_rf_mac_setup_s));
setup.fhss_api = &fhss_api;
setup.dev_driver = &dev_driver;
mac_mlme_stub.int8_value = 0;
Expand Down

0 comments on commit cbdd2a9

Please sign in to comment.