diff --git a/fsw/src/lc_cmds.h b/fsw/src/lc_cmds.h index e362b6a..9ea9055 100644 --- a/fsw/src/lc_cmds.h +++ b/fsw/src/lc_cmds.h @@ -77,13 +77,13 @@ void LC_ResetCounters(void); * \par Assumptions, External Events, and Notes: * None * - * \param [in] StartIndex Start of area to reset (base zero) - * \param [in] EndIndex End of area to reset (base zero) - * \param [in] ResetCmd Reset AP stats command does not reset all fields + * \param [in] StartIndex Start of area to reset (base zero) + * \param [in] EndIndex End of area to reset (base zero) + * \param [in] ResetStatsCmd Reset AP stats command does not reset all fields * * \sa #LC_ResetAPStatsCmd */ -void LC_ResetResultsAP(uint32 StartIndex, uint32 EndIndex, bool ResetCmd); +void LC_ResetResultsAP(uint32 StartIndex, uint32 EndIndex, bool ResetStatsCmd); /** * \brief Reset WP results @@ -94,13 +94,13 @@ void LC_ResetResultsAP(uint32 StartIndex, uint32 EndIndex, bool ResetCmd); * \par Assumptions, External Events, and Notes: * None * - * \param [in] StartIndex Start of area to reset (base zero) - * \param [in] EndIndex End of area to reset (base zero) - * \param [in] ResetCmd Reset WP stats command does not reset all fields + * \param [in] StartIndex Start of area to reset (base zero) + * \param [in] EndIndex End of area to reset (base zero) + * \param [in] ResetStatsCmd Reset WP stats command does not reset all fields * * \sa #LC_ResetWPStatsCmd */ -void LC_ResetResultsWP(uint32 StartIndex, uint32 EndIndex, bool ResetCmd); +void LC_ResetResultsWP(uint32 StartIndex, uint32 EndIndex, bool ResetStatsCmd); /** * \brief Sample actionpoints request diff --git a/fsw/src/lc_utils.c b/fsw/src/lc_utils.c index 278df9c..9cf34a3 100644 --- a/fsw/src/lc_utils.c +++ b/fsw/src/lc_utils.c @@ -231,7 +231,7 @@ int32 LC_UpdateTaskCDS(void) int32 LC_PerformMaintenance(void) { - int32 Result = CFE_SUCCESS; + int32 Result; /* ** Manage tables - allow cFE to perform dump, update, etc.