diff options
Diffstat (limited to 'os/hal/include/adc.h')
-rw-r--r-- | os/hal/include/adc.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/os/hal/include/adc.h b/os/hal/include/adc.h index 2aa0c41c5..76e83a51a 100644 --- a/os/hal/include/adc.h +++ b/os/hal/include/adc.h @@ -18,8 +18,9 @@ */
/**
- * @file adc.h
- * @brief ADC Driver macros and structures.
+ * @file adc.h
+ * @brief ADC Driver macros and structures.
+ *
* @addtogroup ADC
* @{
*/
@@ -50,7 +51,7 @@ /*===========================================================================*/
/**
- * @brief Driver state machine possible states.
+ * @brief Driver state machine possible states.
*/
typedef enum {
ADC_UNINIT = 0, /**< @brief Not initialized. */
|