Skip to content

Commit 4d61423

Browse files
committed
Removed NvmCtxCallback calls as they should only be done when a modification happens.
1 parent 832c78a commit 4d61423

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/mac/LoRaMacCommands.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -440,8 +440,6 @@ LoRaMacCommandStatus_t LoRaMacCommandsRemoveNoneStickyCmds( void )
440440
}
441441
}
442442

443-
NvmCtxCallback( );
444-
445443
return LORAMAC_COMMANDS_SUCCESS;
446444
}
447445

@@ -464,8 +462,6 @@ LoRaMacCommandStatus_t LoRaMacCommandsRemoveStickyAnsCmds( void )
464462
curElement = nexElement;
465463
}
466464

467-
NvmCtxCallback( );
468-
469465
return LORAMAC_COMMANDS_SUCCESS;
470466
}
471467

0 commit comments

Comments
 (0)