Skip to content

Commit

Permalink
deleted a debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Heltec-Aaron-Lee committed Aug 1, 2021
1 parent eb6c728 commit 4e96e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/LoraWan102/src/loramac/LoRaMac.c
Original file line number Diff line number Diff line change
Expand Up @@ -3934,7 +3934,7 @@ LoRaMacStatus_t LoRaMacMlmeRequest( MlmeReq_t *mlmeRequest )
LoRaMacParams.update_freqband = true;
#endif
LoRaMacParams.ChannelsDatarate = RegionAlternateDr( LoRaMacRegion, &altDr );
printf("%d\r\n",LoRaMacParams.ChannelsDatarate);

#ifdef CONFIG_LORA_VERIFY
if (g_lora_debug == true)
PRINTF_RAW("MacHdr major:%d rfu:%d mtype:%d\r\n", macHdr.Bits.Major, macHdr.Bits.RFU, macHdr.Bits.MType);
Expand Down

0 comments on commit 4e96e1b

Please sign in to comment.