diff options
Diffstat (limited to 'os/hal')
-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 |
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
*/
|