From 07e6ae3a59c7191facaaada4b4549587ae5ed0fa Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 18 Mar 2009 19:53:33 +0000 Subject: Fixed bug 2692510 and some other small documentation errors. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@852 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/include/vt.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/include') 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_ */ /** @} */ -- cgit v1.2.3