Skip to content

Commit f2ba36d

Browse files
author
Jarkko Paso
committed
MAC unit tests: Missing stub added
1 parent cd1afb1 commit f2ba36d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/nanostack/unittest/stub/mac_pd_sap_stub.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ void mac_pd_sap_rf_low_level_function_set(void *mac_ptr, void *driver)
5353
{
5454
}
5555

56+
void mac_pd_abort_active_tx(protocol_interface_rf_mac_setup_s *rf_mac_setup)
57+
{
58+
59+
}
60+
5661
void mac_pd_sap_set_phy_tx_time(struct protocol_interface_rf_mac_setup *rf_mac_setup, uint32_t tx_time, bool cca_enabled)
5762
{
5863

@@ -77,4 +82,3 @@ void mac_csma_backoff_start(protocol_interface_rf_mac_setup_s *rf_mac_setup)
7782
{
7883

7984
}
80-

0 commit comments

Comments
 (0)