diff options
Diffstat (limited to 'os/nil')
-rw-r--r-- | os/nil/dox/nil.dox | 5 | ||||
-rw-r--r-- | os/nil/templates/nilcore_timer.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/os/nil/dox/nil.dox b/os/nil/dox/nil.dox index 51e0f3792..c4953e001 100644 --- a/os/nil/dox/nil.dox +++ b/os/nil/dox/nil.dox @@ -42,4 +42,9 @@ * @defgroup NIL_CORE Port Layer
* @ingroup NIL
*/
+
+/**
+ * @defgroup NIL_TIMER Timer Interface
+ * @ingroup NIL
+ */
diff --git a/os/nil/templates/nilcore_timer.h b/os/nil/templates/nilcore_timer.h index 49c59309b..6eab4dd40 100644 --- a/os/nil/templates/nilcore_timer.h +++ b/os/nil/templates/nilcore_timer.h @@ -21,7 +21,7 @@ * @file templates/nilcore_timer.h
* @brief System timer header file.
*
- * @addtogroup ARMCMx_TIMER
+ * @addtogroup NIL_TIMER
* @{
*/
|