mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
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:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user