From 47c64a939e053811270a69e314fb1f30e4d3f732 Mon Sep 17 00:00:00 2001 From: Armando Date: Fri, 3 Jan 2025 10:45:38 +0800 Subject: [PATCH] change(adc): added docs to adc enums --- components/hal/include/hal/adc_types.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/components/hal/include/hal/adc_types.h b/components/hal/include/hal/adc_types.h index a96fe36f85..05af83de1f 100644 --- a/components/hal/include/hal/adc_types.h +++ b/components/hal/include/hal/adc_types.h @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: 2020-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ @@ -51,6 +51,9 @@ typedef enum { ADC_ATTEN_DB_11 __attribute__((deprecated)) = ADC_ATTEN_DB_12, ///