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 7ea85ff commit 184039fCopy full SHA for 184039f
src/mac/region/RegionIN865.c
@@ -730,9 +730,7 @@ uint8_t RegionIN865RxParamSetupReq( RxParamSetupReqParams_t* rxParamSetupReq )
730
}
731
732
// Verify datarate offset
733
- if( ( RegionCommonValueInRange( rxParamSetupReq->DrOffset, IN865_MIN_RX1_DR_OFFSET, IN865_MAX_RX1_DR_OFFSET ) == false ) ||
734
- // DR_6 is not supported by this region
735
- ( rxParamSetupReq->DrOffset == DR_6 ) )
+ if( RegionCommonValueInRange( rxParamSetupReq->DrOffset, IN865_MIN_RX1_DR_OFFSET, IN865_MAX_RX1_DR_OFFSET ) == false )
736
{
737
status &= 0xFB; // Rx1DrOffset range KO
738
0 commit comments