mirror of https://github.com/ARMmbed/mbed-os.git
Unit test fix LoRaPHY_stub
get_rx_window_params() API is changed. To reflect that changing the stub.pull/10196/head
parent
2691b83c4e
commit
4c1b8a8816
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue