mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
Merge branch 'bugfix/i2c_set_but_not_used_variable_v6.0' into 'release/v6.0'
fix(i2c): remove unused but set variables (v6.0) See merge request espressif/esp-idf!50371
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
|
||||
#define DAC_GPIO25_CHANNEL DAC_CHAN_0
|
||||
#define DAC_CHAN0_GPIO_NUM 25
|
||||
#define DAC_CHANNEL_1_GPIO_NUM DAC_CHAN0_GPIO_NUM //`DAC_CHANNEL_1_GPIO_NUM` is defined for DAC legacy driver, indicating the first DAC channel.
|
||||
|
||||
#define DAC_GPIO26_CHANNEL DAC_CHAN_1
|
||||
#define DAC_CHAN1_GPIO_NUM 26
|
||||
#define DAC_CHANNEL_2_GPIO_NUM DAC_CHAN1_GPIO_NUM //`DAC_CHANNEL_2_GPIO_NUM` is defined for DAC legacy driver, indicating the second DAC channel.
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
|
||||
#define DAC_GPIO17_CHANNEL DAC_CHAN_0
|
||||
#define DAC_CHAN0_GPIO_NUM 17
|
||||
#define DAC_CHANNEL_1_GPIO_NUM DAC_CHAN0_GPIO_NUM //`DAC_CHANNEL_1_GPIO_NUM` is defined for DAC legacy driver, indicating the first DAC channel.
|
||||
|
||||
#define DAC_GPIO18_CHANNEL DAC_CHAN_1
|
||||
#define DAC_CHAN1_GPIO_NUM 18
|
||||
#define DAC_CHANNEL_2_GPIO_NUM DAC_CHAN1_GPIO_NUM //`DAC_CHANNEL_2_GPIO_NUM` is defined for DAC legacy driver, indicating the second DAC channel.
|
||||
|
||||
Reference in New Issue
Block a user