Unit test fix LoRaPHY_stub

get_rx_window_params() API is changed. To reflect that changing the
stub.
pull/10196/head
Hasnain Virk 2019-03-22 15:45:35 +02:00
parent 2691b83c4e
commit 4c1b8a8816
1 changed files with 2 additions and 1 deletions

View File

@ -173,7 +173,8 @@ uint8_t LoRaPHY::verify_link_ADR_req(verify_adr_params_t *verify_params,
void LoRaPHY::get_rx_window_params(float t_symbol, uint8_t min_rx_symbols,
float rx_error, float wakeup_time,
uint32_t *window_length, int32_t *window_offset,
uint32_t *window_length, uint32_t *window_length_ms,
int32_t *window_offset,
uint8_t phy_dr)
{
}