From 88d93ba5bf533bfd49df40ba7998b747d1fbadc2 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 17 May 2010 15:02:27 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1931 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/mii.h | 1 - os/hal/platforms/LPC11xx/platform.dox | 1 - os/hal/platforms/LPC13xx/platform.dox | 1 - os/hal/platforms/STM32/platform.dox | 2 +- os/various/memstreams.h | 2 +- 5 files changed, 2 insertions(+), 5 deletions(-) (limited to 'os') 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 -- cgit v1.2.3