stm32-sx1280: fetch rx pdu if rx->tx aborted due to being close to sync hop

This commit is contained in:
Matthias Ringwald 2020-09-22 23:52:00 +02:00
parent b84beb69db
commit 4b3f0d98fb

View File

@ -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;
}