mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
Merge branch 'feature/esp32c5_ledc_support' into 'master'
feat(ledc): support ledc on esp32c5 Closes IDF-8684 See merge request espressif/esp-idf!30836
This commit is contained in:
@@ -1237,7 +1237,7 @@ typedef union {
|
||||
} ledc_channel_gamma_fade_param_t;
|
||||
|
||||
typedef struct {
|
||||
ledc_channel_gamma_fade_param_t entry[16];
|
||||
volatile ledc_channel_gamma_fade_param_t entry[16];
|
||||
} ledc_gamma_channel_t;
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user