Skip to content

Commit

Permalink
Merge pull request #712 from wes3/lora_dr_fix
Browse files Browse the repository at this point in the history
MYNEWT-878
  • Loading branch information
wes3 committed Dec 21, 2017
2 parents 12b1b90 + f994022 commit fc8acbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net/lora/node/src/mac/LoRaMac.c
Expand Up @@ -2372,7 +2372,9 @@ static bool ValidateDatarate( int8_t datarate, uint16_t* channelsMask )
static int8_t
LimitTxPower( int8_t txPower, int8_t maxBandTxPower )
{
#if defined( USE_BAND_915 ) || defined( USE_BAND_915_HYBRID )
int8_t dr;
#endif
int8_t resultTxPower;

// Limit tx power to the band max
Expand Down

0 comments on commit fc8acbf

Please sign in to comment.