Skip to content

Commit

Permalink
Unit test fix LoRaPHY_stub
Browse files Browse the repository at this point in the history
get_rx_window_params() API is changed. To reflect that changing the
stub.
  • Loading branch information
Hasnain Virk committed Mar 22, 2019
1 parent 2691b83 commit 4c1b8a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion UNITTESTS/stubs/LoRaPHY_stub.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
}
Expand Down

0 comments on commit 4c1b8a8

Please sign in to comment.