From 380a8d3808c38b2e3f2d97a3c2bf5094e0f0386a Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 3 May 2018 11:19:35 +0000 Subject: Documentation-related fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11988 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/rt/include/chtime.h | 35 ++--------------------------------- 1 file changed, 2 insertions(+), 33 deletions(-) (limited to 'os/rt/include/chtime.h') diff --git a/os/rt/include/chtime.h b/os/rt/include/chtime.h index c975d104b..264ebcde3 100644 --- a/os/rt/include/chtime.h +++ b/os/rt/include/chtime.h @@ -22,6 +22,8 @@ * @brief Time and intervals macros and structures. * * @addtogroup time_intervals + * @details This module is responsible for handling of system time and time + * intervals. * @{ */ @@ -67,39 +69,6 @@ /* Module pre-compile time settings. */ /*===========================================================================*/ -/** - * @brief System time counter resolution. - * @note Allowed values are 16, 32 or 64 bits. - */ -#if !defined(CH_CFG_ST_RESOLUTION) || defined(__DOXYGEN__) -#define CH_CFG_ST_RESOLUTION 32 -#endif - -/** - * @brief System tick frequency. - * @details Frequency of the system timer that drives the system ticks. This - * setting also defines the system tick time unit. - */ -#if !defined(CH_CFG_ST_FREQUENCY) || defined(__DOXYGEN__) -#define CH_CFG_ST_FREQUENCY 1000 -#endif - -/** - * @brief Time intervals data size. - * @note Allowed values are 16, 32 or 64 bits. - */ -#if !defined(CH_CFG_INTERVALS_SIZE) || defined(__DOXYGEN__) -#define CH_CFG_INTERVALS_SIZE 32 -#endif - -/** - * @brief Time types data size. - * @note Allowed values are 16 or 32 bits. - */ -#if !defined(CH_CFG_TIME_TYPES_SIZE) || defined(__DOXYGEN__) -#define CH_CFG_TIME_TYPES_SIZE 32 -#endif - /*===========================================================================*/ /* Derived constants and error checks. */ /*===========================================================================*/ -- cgit v1.2.3