mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 22:20:37 +00:00
stm32-sx1280: fetch rx pdu if rx->tx aborted due to being close to sync hop
This commit is contained in:
parent
b84beb69db
commit
4b3f0d98fb
@ -722,6 +722,10 @@ static void radio_on_rx_done(void ){
|
||||
// abort sending of next packet / AutoTx
|
||||
Radio.SetFs();
|
||||
printf("Close to Sync hop\n");
|
||||
|
||||
// get rx pdu
|
||||
radio_fetch_rx_pdu();
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user