Skip to content

Commit 4c215ef

Browse files
fix(PeriphDrivers): Fix ADC channel names for MAX32690 (#1590)
MXC_ADC_CH_VDBB_DIV4 renamed to MXC_ADC_CH_VDDB_DIV4. MXC_ADC_CH_VDBB3A_DIV4 renamed to MXC_ADC_CH_VDD3A_DIV4. Signed-off-by: Aleksandr Kupriianov <Aleksandr.Kupriianov@orioninc.com>
1 parent e0446b1 commit 4c215ef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • Libraries/PeriphDrivers/Include/MAX32690

Libraries/PeriphDrivers/Include/MAX32690/adc.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (C) 2022-2023 Maxim Integrated Products, Inc. (now owned by
99
* Analog Devices, Inc.),
10-
* Copyright (C) 2023-2024 Analog Devices, Inc.
10+
* Copyright (C) 2023-2026 Analog Devices, Inc.
1111
*
1212
* Licensed under the Apache License, Version 2.0 (the "License");
1313
* you may not use this file except in compliance with the License.
@@ -71,8 +71,8 @@ typedef enum {
7171
MXC_ADC_CH_TEMP_SENS = 13, ///< Select Channel 13
7272
MXC_ADC_CH_VCOREA = 14, ///< Select Channel 14
7373
MXC_ADC_CH_VSS = 15, ///< Select Channel 15
74-
MXC_ADC_CH_VDBB3A_DIV4 = 18, ///< Select Channel 18
75-
MXC_ADC_CH_VDBB_DIV4 = 19, ///< Select Channel 19
74+
MXC_ADC_CH_VDD3A_DIV4 = 18, ///< Select Channel 18
75+
MXC_ADC_CH_VDDB_DIV4 = 19, ///< Select Channel 19
7676
MXC_ADC_CH_VSSA = 20, ///< Select Channel 20
7777
} mxc_adc_chsel_t;
7878

0 commit comments

Comments
 (0)