Skip to content

Commit

Permalink
Added missing @param description
Browse files Browse the repository at this point in the history
  • Loading branch information
lpbeliveau-silabs committed Aug 11, 2023
1 parent 88dea90 commit e6dfd19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/reporting/ReportScheduler.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class ReportScheduler : public ReadHandler::Observer, public ICDStateObserver
void SetEngineRunScheduled(bool aEngineRunScheduled) { mEngineRunScheduled = aEngineRunScheduled; }

/// @brief Set the interval timestamps for the node based on the read handler reporting intervals
/// @param aReadHandler
/// @param aReadHandler read handler to get the intervals from
/// @param now current time to calculate the mMin and mMax timestamps, user must ensure to provide a valid time for this to
/// be reliable
void SetIntervalTimeStamps(ReadHandler * aReadHandler, const Timestamp & now)
Expand Down

0 comments on commit e6dfd19

Please sign in to comment.