Skip to content

Commit 8ffbd6d

Browse files
author
Daniel Jäckle
committed
Remove blanks.
1 parent 9c28a93 commit 8ffbd6d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/mac/LoRaMac.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ Maintainer: Miguel Luis ( Semtech ), Gregory Cristian ( Semtech ) and Daniel Jä
3333
*/
3434
#define LORA_MAC_COMMAND_MAX_LENGTH 15
3535

36-
3736
/*!
3837
* FRMPayload overhead to be used when setting the Radio.SetMaxPayloadLength
3938
* in RxWindowSetup function.
@@ -3504,7 +3503,7 @@ LoRaMacStatus_t LoRaMacChannelRemove( uint8_t id )
35043503
{
35053504
// Remove the channel from the list of channels
35063505
Channels[id] = ( ChannelParams_t ){ 0, { 0 }, 0 };
3507-
3506+
35083507
// Disable the channel as it doesn't exist anymore
35093508
if( DisableChannelInMask( id, ChannelsMask ) == false )
35103509
{

0 commit comments

Comments
 (0)