mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 20:54:24 +00:00
Merge branch 'feature/support_sigma_delta_on_s3' into 'master'
sigma_delta: add periph signal list and support esp32-s3 See merge request espressif/esp-idf!10945
This commit is contained in:
@@ -40,7 +40,7 @@ extern "C" {
|
||||
*/
|
||||
static inline void sigmadelta_ll_set_en(gpio_sd_dev_t *hw, bool en)
|
||||
{
|
||||
// The clk enable register does not exist on ESP32.
|
||||
hw->misc.function_clk_en = en;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user