From c44a433b8b19b4cdd34c6fa132b6f0ad6bbe6c18 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Tue, 2 Jun 2020 11:02:49 +1000 Subject: [PATCH] driver: Fix some doxygen warnings --- components/driver/include/driver/uart.h | 1 - components/soc/include/hal/adc_types.h | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/components/driver/include/driver/uart.h b/components/driver/include/driver/uart.h index ef7508738..f3f544a40 100644 --- a/components/driver/include/driver/uart.h +++ b/components/driver/include/driver/uart.h @@ -858,7 +858,6 @@ esp_err_t uart_set_loop_back(uart_port_t uart_num, bool loop_back_en); * @param always_rx_timeout_en Set to false enable the default behavior of timeout interrupt, * set it to true to always trigger timeout interrupt. * - * * @return None */ void uart_set_always_rx_timeout(uart_port_t uart_num, bool always_rx_timeout_en); diff --git a/components/soc/include/hal/adc_types.h b/components/soc/include/hal/adc_types.h index f40836ad4..678043580 100644 --- a/components/soc/include/hal/adc_types.h +++ b/components/soc/include/hal/adc_types.h @@ -179,7 +179,7 @@ typedef struct { If (channel > ADC_CHANNEL_MAX), The data is invalid. */ uint16_t unit: 1; /*!