From f112d3368e1c06fc4b3246e5b9ff56e247722b79 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 1 Jun 2017 15:57:29 +0200 Subject: Format Change-Id: Ibbd48a1c0fe0e7567cbf3f5f1c6919e542883924 Signed-off-by: Romain Forlot --- CAN-binder/low-can-binding/utils/timer.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'CAN-binder/low-can-binding/utils') diff --git a/CAN-binder/low-can-binding/utils/timer.cpp b/CAN-binder/low-can-binding/utils/timer.cpp index eb79f853..70f0856e 100644 --- a/CAN-binder/low-can-binding/utils/timer.cpp +++ b/CAN-binder/low-can-binding/utils/timer.cpp @@ -68,6 +68,7 @@ frequency_clock_t::frequency_clock_t(float frequency, uint64_t last_tick, time_f if(frequency_ <= 0) frequency_ = 1; } + /// @brief Return the period in ms given the frequency in hertz. /// @param[in] frequency - Frequency to convert, in hertz float frequency_clock_t::frequency_to_period() const -- cgit 1.2.3-korg