fix: china encoding

This commit is contained in:
2024-12-08 05:16:49 +06:00
parent 42f1e255e8
commit 6893817ed4

View File

@@ -89,7 +89,8 @@ void print_wifi_version(void) {
#define BIT_SYS_SYSPLL_CK83P33M_EN (0x00000001 << 8)
/* reg_ps_en Enable phase shift */
#define BIT_SYS_SYSPLL_CK_PS_EN (0x00000001 << 7)
/* "decide clock phase when reg_ps_enb = 1000/001<30><31>/111: phase 0, 45<34><35>315 */
/* Clock phase selection when reg_ps_enb:
000/001.../111 corresponds to phases: 0°, 45°...315° */
#define BIT_SYS_SYSPLL_CK_PS_SEL (0x00000007 << 4)
/* REG_SYS_EFUSE_SYSCFG2 */