Skip to content

Commit

Permalink
Updated member description in .h
Browse files Browse the repository at this point in the history
  • Loading branch information
lpbeliveau-silabs committed Dec 20, 2023
1 parent c28df8c commit 47554ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/reporting/SynchronizedReportSchedulerImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ class SynchronizedReportSchedulerImpl : public ReportSchedulerImpl, public Timer
Timestamp mNextMaxTimestamp = Milliseconds64(0);
Timestamp mNextMinTimestamp = Milliseconds64(0);

// Timestamp of the next report to be scheduled, only used for testing
// Timestamp of the next report to be scheduled, used by OnTransitionToIdle to determine if we should emit a report before the
// device goes to iddle mode
Timestamp mNextReportTimestamp = Milliseconds64(0);
};

Expand Down

0 comments on commit 47554ea

Please sign in to comment.