diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-11-29 18:13:45 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-11-29 18:13:45 +0000 |
commit | 58d6418b0dd942fe9478be0a19bcaa2b9832fd6f (patch) | |
tree | 0f57f592ff485381298f88b23617440c91c54dd7 /os/hal/include | |
parent | 3f8c09fde198a3680a5de0628c0cfbaf7f4d3abb (diff) | |
download | ChibiOS-58d6418b0dd942fe9478be0a19bcaa2b9832fd6f.tar.gz ChibiOS-58d6418b0dd942fe9478be0a19bcaa2b9832fd6f.tar.bz2 ChibiOS-58d6418b0dd942fe9478be0a19bcaa2b9832fd6f.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1362 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include')
-rw-r--r-- | os/hal/include/mii.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/include/mii.h b/os/hal/include/mii.h index c72a5f96d..91f31e185 100644 --- a/os/hal/include/mii.h +++ b/os/hal/include/mii.h @@ -22,7 +22,7 @@ * Copyright (C) 1996, 1999, 2001 David S. Miller (davem@redhat.com)
*/
-/**
+/*-*
* @file mii.h
* @brief MII Driver macros and structures.
* @addtogroup MII
@@ -185,4 +185,4 @@ #endif /* _MII_H_ */
-/** @} */
+/*-* @} */
|