We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d86021 commit 88364c5Copy full SHA for 88364c5
src/apps/LoRaMac/common/LmHandler/LmHandler.c
@@ -752,7 +752,7 @@ static void McpsIndication( McpsIndication_t *mcpsIndication )
752
// Call packages RxProcess function
753
LmHandlerPackagesNotify( PACKAGE_MCPS_INDICATION, mcpsIndication );
754
755
- if( ( ( mcpsIndication->FramePending == true ) && ( LmHandlerGetCurrentClass( ) == CLASS_A ) ) ||
+ if( ( ( mcpsIndication->FramePending != 0 ) && ( LmHandlerGetCurrentClass( ) == CLASS_A ) ) ||
756
( mcpsIndication->ResponseTimeout > 0 ) )
757
{
758
// The server signals that it has pending data to be sent.
0 commit comments