-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added radio set_txpwer with acting netopt
- Loading branch information
eduazocar
committed
Oct 13, 2022
1 parent
e0e2b5a
commit a794edd
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ | |
* @brief Radio file | ||
* | ||
* @author RocioRojas <[email protected]> | ||
* @author eduazocar <[email protected]> | ||
*/ | ||
#include <stdio.h> | ||
#include <string.h> | ||
|
@@ -65,8 +66,8 @@ Test *tests_radio_module(void) { | |
EMB_UNIT_TESTFIXTURES(fixtures){ | ||
new_TestFixture(test_get_ieee802154_iface), | ||
new_TestFixture(test_set_netopt_tx_power), | ||
new_TestFixture(test_set_netopt_channel), | ||
new_TestFixture(test_get_netopt_tx_power), | ||
new_TestFixture(test_set_netopt_channel), | ||
new_TestFixture(test_get_netopt_channel), | ||
new_TestFixture(test_initial_radio_setup), | ||
}; | ||
|