diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-06-27 15:00:05 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-06-27 15:00:05 +0000 |
commit | fdf08e2a4114e559e58bd067c817fe9079bc9bcf (patch) | |
tree | 77f1d61f4f2e17f69b2f667f3fb884a2ec71510e /os/various/evtimer.h | |
parent | a553bca00f380e9e099dbe422e0c5206fb263164 (diff) | |
download | ChibiOS-fdf08e2a4114e559e58bd067c817fe9079bc9bcf.tar.gz ChibiOS-fdf08e2a4114e559e58bd067c817fe9079bc9bcf.tar.bz2 ChibiOS-fdf08e2a4114e559e58bd067c817fe9079bc9bcf.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3091 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/various/evtimer.h')
-rw-r--r-- | os/various/evtimer.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/os/various/evtimer.h b/os/various/evtimer.h index a753e8984..50cd4f9aa 100644 --- a/os/various/evtimer.h +++ b/os/various/evtimer.h @@ -19,8 +19,9 @@ */
/**
- * @file evtimer.h
- * @brief Events Generator Timer structures and macros.
+ * @file evtimer.h
+ * @brief Events Generator Timer structures and macros.
+ *
* @addtogroup event_timer
* @{
*/
|