Skip to content

Commit 4c1b8a8

Browse files
author
Hasnain Virk
committed
Unit test fix LoRaPHY_stub
get_rx_window_params() API is changed. To reflect that changing the stub.
1 parent 2691b83 commit 4c1b8a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

UNITTESTS/stubs/LoRaPHY_stub.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@ uint8_t LoRaPHY::verify_link_ADR_req(verify_adr_params_t *verify_params,
173173

174174
void LoRaPHY::get_rx_window_params(float t_symbol, uint8_t min_rx_symbols,
175175
float rx_error, float wakeup_time,
176-
uint32_t *window_length, int32_t *window_offset,
176+
uint32_t *window_length, uint32_t *window_length_ms,
177+
int32_t *window_offset,
177178
uint8_t phy_dr)
178179
{
179180
}

0 commit comments

Comments
 (0)