Skip to content

Commit

Permalink
update radio.c rxdone
Browse files Browse the repository at this point in the history
  • Loading branch information
Heltec-Aaron-Lee committed Apr 11, 2023
1 parent 595f02b commit eef58fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/LoraWan102/src/radio/radio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1158,6 +1158,7 @@ void RadioIrqProcess( void )

if( ( irqRegs & IRQ_RX_DONE ) == IRQ_RX_DONE )
{
TimerStop( &RxTimeoutTimer );
if( ( irqRegs & IRQ_CRC_ERROR ) == IRQ_CRC_ERROR )
{
if( ( RadioEvents != NULL ) && ( RadioEvents->RxError ) )
Expand Down

0 comments on commit eef58fb

Please sign in to comment.