aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-17 15:02:27 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-17 15:02:27 +0000
commit88d93ba5bf533bfd49df40ba7998b747d1fbadc2 (patch)
treee703857828054fb8c644674b2445c3b542f2120b /os/hal
parentb5b34a5b9b97fa19bac7c5c830885c757223bbe2 (diff)
downloadChibiOS-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/hal')
-rw-r--r--os/hal/include/mii.h1
-rw-r--r--os/hal/platforms/LPC11xx/platform.dox1
-rw-r--r--os/hal/platforms/LPC13xx/platform.dox1
-rw-r--r--os/hal/platforms/STM32/platform.dox2
4 files changed, 1 insertions, 4 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
*/