From 180d3fe44af4216b1fc2267967df3c224141f839 Mon Sep 17 00:00:00 2001 From: chaijie Date: Tue, 19 Jan 2021 14:09:00 +0800 Subject: [PATCH] esp32c3: fix rf 40M loss package bug --- components/soc/esp32c3/include/soc/rtc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/soc/esp32c3/include/soc/rtc.h b/components/soc/esp32c3/include/soc/rtc.h index 199d1a8753..0f19ce9ebf 100644 --- a/components/soc/esp32c3/include/soc/rtc.h +++ b/components/soc/esp32c3/include/soc/rtc.h @@ -88,7 +88,7 @@ extern "C" { */ #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_XTAL RTC_CNTL_DBIAS_1V10