diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-17 15:02:27 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-17 15:02:27 +0000 |
commit | 88d93ba5bf533bfd49df40ba7998b747d1fbadc2 (patch) | |
tree | e703857828054fb8c644674b2445c3b542f2120b /os | |
parent | b5b34a5b9b97fa19bac7c5c830885c757223bbe2 (diff) | |
download | ChibiOS-88d93ba5bf533bfd49df40ba7998b747d1fbadc2.tar.gz ChibiOS-88d93ba5bf533bfd49df40ba7998b747d1fbadc2.tar.bz2 ChibiOS-88d93ba5bf533bfd49df40ba7998b747d1fbadc2.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1931 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/include/mii.h | 1 | ||||
-rw-r--r-- | os/hal/platforms/LPC11xx/platform.dox | 1 | ||||
-rw-r--r-- | os/hal/platforms/LPC13xx/platform.dox | 1 | ||||
-rw-r--r-- | os/hal/platforms/STM32/platform.dox | 2 | ||||
-rw-r--r-- | os/various/memstreams.h | 2 |
5 files changed, 2 insertions, 5 deletions
diff --git a/os/hal/include/mii.h b/os/hal/include/mii.h index bc3b4ff6a..87612273a 100644 --- a/os/hal/include/mii.h +++ b/os/hal/include/mii.h @@ -183,7 +183,6 @@ #define MII_AM79C875_ID 0x00225540
#define MII_KS8721_ID 0x00221610
-
#endif /* _MII_H_ */
/*-* @} */
diff --git a/os/hal/platforms/LPC11xx/platform.dox b/os/hal/platforms/LPC11xx/platform.dox index 3114d8732..e41fffa13 100644 --- a/os/hal/platforms/LPC11xx/platform.dox +++ b/os/hal/platforms/LPC11xx/platform.dox @@ -50,7 +50,6 @@ * - @p PAL_MODE_RESET.
* - @p PAL_MODE_UNCONNECTED.
* - @p PAL_MODE_INPUT.
- * - @p PAL_MODE_INPUT_ANALOG.
* - @p PAL_MODE_OUTPUT_PUSHPULL.
* .
* Any attempt to setup an invalid mode is ignored.
diff --git a/os/hal/platforms/LPC13xx/platform.dox b/os/hal/platforms/LPC13xx/platform.dox index cd7d0bdfd..8fc0cf389 100644 --- a/os/hal/platforms/LPC13xx/platform.dox +++ b/os/hal/platforms/LPC13xx/platform.dox @@ -50,7 +50,6 @@ * - @p PAL_MODE_RESET.
* - @p PAL_MODE_UNCONNECTED.
* - @p PAL_MODE_INPUT.
- * - @p PAL_MODE_INPUT_ANALOG.
* - @p PAL_MODE_OUTPUT_PUSHPULL.
* .
* Any attempt to setup an invalid mode is ignored.
diff --git a/os/hal/platforms/STM32/platform.dox b/os/hal/platforms/STM32/platform.dox index 8c699443e..8fe156035 100644 --- a/os/hal/platforms/STM32/platform.dox +++ b/os/hal/platforms/STM32/platform.dox @@ -94,7 +94,7 @@ * @defgroup STM32_DMA STM32 DMA Support
* @brief DMA support.
* @details The DMA helper driver allows to stop the DMA clock when no other
- * drivers require its services.
+ * driver requires its services.
*
* @ingroup STM32
*/
diff --git a/os/various/memstreams.h b/os/various/memstreams.h index ce1a8d69c..81b7127a7 100644 --- a/os/various/memstreams.h +++ b/os/various/memstreams.h @@ -18,7 +18,7 @@ */
/**
- * @file memstreams.c
+ * @file memstreams.h
* @brief Memory streams structures and macros.
* @addtogroup memory_streams
|