Merge branch 'feat/avoid_using_esp_private_feature_in_examples' into 'master'

refactor(examples): avoid using esp_private headers in examples

See merge request espressif/esp-idf!49756
This commit is contained in:
morris
2026-06-18 13:30:43 +08:00
6 changed files with 51 additions and 12 deletions

View File

@@ -28,8 +28,6 @@ static dac_channel_info_t s_dac_chan[SOC_DAC_CHAN_NUM] = {
.mode = NULL,
}
};
/* Global dac spin lock for the whole DAC driver */
portMUX_TYPE dac_spinlock = portMUX_INITIALIZER_UNLOCKED;
static const char *TAG = "dac_common";