mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-07 16:20:19 +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
|
// abort sending of next packet / AutoTx
|
||||||
Radio.SetFs();
|
Radio.SetFs();
|
||||||
printf("Close to Sync hop\n");
|
printf("Close to Sync hop\n");
|
||||||
|
|
||||||
|
// get rx pdu
|
||||||
|
radio_fetch_rx_pdu();
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user