QuakeGod
2023-11-22 eaf5d5b7aa6e4155924d97802f581b7de835f0d8
Radio_LLCC68/Radio/src/radio.c
@@ -1146,10 +1146,16 @@
        if( ( irqRegs & IRQ_HEADER_ERROR ) == IRQ_HEADER_ERROR )
        {
/*
            if( ( RadioEvents != NULL ) && ( RadioEvents->RxTimeout != NULL ) )
            {
                RadioEvents->RxTimeout( );
            }
*/
               if( ( RadioEvents != NULL ) && ( RadioEvents->RxError ) )
            {
                RadioEvents->RxError( );
            }
        }
    }
}