mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
Merge branch 'bugfix/fix_esp32c3_rf_40M_loss_package_bug' into 'master'
esp32c3: fix rf 40M loss package bug when CPU run 80M See merge request espressif/esp-idf!12057
This commit is contained in:
@@ -88,7 +88,7 @@ extern "C" {
|
|||||||
*/
|
*/
|
||||||
#define XTAL_FREQ_EST_CYCLES 10
|
#define XTAL_FREQ_EST_CYCLES 10
|
||||||
|
|
||||||
#define DIG_DBIAS_80M RTC_CNTL_DBIAS_1V10
|
#define DIG_DBIAS_80M RTC_CNTL_DBIAS_1V20
|
||||||
#define DIG_DBIAS_160M RTC_CNTL_DBIAS_1V20
|
#define DIG_DBIAS_160M RTC_CNTL_DBIAS_1V20
|
||||||
|
|
||||||
#define DIG_DBIAS_XTAL RTC_CNTL_DBIAS_1V10
|
#define DIG_DBIAS_XTAL RTC_CNTL_DBIAS_1V10
|
||||||
|
Reference in New Issue
Block a user