From 796905fbc9e033150ac104a367cb3d903efc4ca9 Mon Sep 17 00:00:00 2001 From: thodkatz <thodkatz@gmail.com> Date: Tue, 11 Dec 2018 19:14:27 +0200 Subject: [PATCH] Add a comment --- inc/Services/TimeManagementService.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/Services/TimeManagementService.hpp b/inc/Services/TimeManagementService.hpp index 4e48f775..8b1a31fc 100644 --- a/inc/Services/TimeManagementService.hpp +++ b/inc/Services/TimeManagementService.hpp @@ -21,6 +21,8 @@ public: } /** + * TM[9,2] CUC time report + * * @param seconds the seconds provided from the RTC. This function in general should have * parameters corresponding with the RTC. For the time being we assume that the RTC has a * 32-bit counter that counts seconds(the RTC in Nucleo F103RB!) -- GitLab