From ad65b25a2612be5c0aa24eb12a7de9a8f70fdb95 Mon Sep 17 00:00:00 2001 From: Pavel Kirienko Date: Tue, 18 Mar 2014 20:54:11 +0400 Subject: [PATCH] Removed an irrelevant comment from ISystemClock class --- libuavcan/include/uavcan/system_clock.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/libuavcan/include/uavcan/system_clock.hpp b/libuavcan/include/uavcan/system_clock.hpp index 4dd98dad20..209f0bc8c5 100644 --- a/libuavcan/include/uavcan/system_clock.hpp +++ b/libuavcan/include/uavcan/system_clock.hpp @@ -14,9 +14,6 @@ namespace uavcan /** * System clock interface - monotonic and UTC. - * Note that this library uses microseconds for all time related values (timestamps, deadlines, delays), - * if not explicitly specified otherwise. - * All time values are represented as 64-bit integers. */ class ISystemClock {