aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/dox/gpt.dox
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/dox/gpt.dox')
-rw-r--r--os/hal/dox/gpt.dox7
1 files changed, 4 insertions, 3 deletions
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.
*