aboutsummaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/vt.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/vt.h b/src/include/vt.h
index e736e1af0..3d1b59bd8 100644
--- a/src/include/vt.h
+++ b/src/include/vt.h
@@ -123,15 +123,17 @@ extern "C" {
/**
* Provided for backward compatibility.
* @deprecated Will be removed in 1.2.0.
+ * @see chTimeNow()
*/
#define chSysGetTime() chTimeNow()
/**
* Provided for backward compatibility.
* @deprecated Will be removed in 1.2.0.
+ * @see chTimeIsWithin()
*/
#define chSysInTimeWindow(start, end) chTimeIsWithin(start, end)
-
+
#endif /* _VT_H_ */
/** @} */