ledc: check SOC_LEDC_SUPPORT_APB_CLOCK (#5212)

This commit is contained in:
Stijn Tintel 2023-08-08 02:47:57 +03:00 committed by GitHub
parent 1d5f088740
commit ffd2cb9814
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,11 @@
#define CLOCK_FREQUENCY 40e6f
#endif
#else
#ifdef SOC_LEDC_SUPPORT_APB_CLOCK
#define DEFAULT_CLK LEDC_USE_APB_CLK
#else
#define DEFAULT_CLK LEDC_AUTO_CLK
#endif
#endif
static const uint8_t SETUP_ATTEMPT_COUNT_MAX = 5;