mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 10:12:45 +01:00
drivers/sx126x : Configure Rx timeout timer
This commit is contained in:
parent
8d43dbf67f
commit
4d890b1c45
@ -203,6 +203,9 @@ int sx126x_init(sx126x_t *dev)
|
||||
DEBUG("[sx126x] init: cmd status %d\n", radio_status.cmd_status);
|
||||
}
|
||||
|
||||
/* Radio Rx timeout timer stopped on preamble detection */
|
||||
sx126x_stop_timer_on_preamble(dev, true);
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user