From ff676aee33d4061e9d8186a15ad72c78fa1466a0 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 28 Mar 2011 15:32:56 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2848 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/dox/gpt.dox | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'os/hal/dox/gpt.dox') diff --git a/os/hal/dox/gpt.dox b/os/hal/dox/gpt.dox index 203f7a647..d51ad6af3 100644 --- a/os/hal/dox/gpt.dox +++ b/os/hal/dox/gpt.dox @@ -21,9 +21,10 @@ /** * @defgroup GPT GPT Driver * @brief Generic GPT Driver. - * @details This module implements a generic timer driver. The timer can be - * programmed in order to trigger callbacks after a specified time - * period or continuously with a specified interval. + * @details This module implements a generic GPT (General Purpose Timer) + * driver. The timer can be programmed in order to trigger callbacks + * after a specified time period or continuously with a specified + * interval. * @pre In order to use the GPT driver the @p HAL_USE_GPT option * must be enabled in @p halconf.h. * -- cgit v1.2.3