Explorar o código

Merge branch 'master' of gitee.com:openLuat/luatos-soc-air101

Wendal Chen %!s(int64=4) %!d(string=hai) anos
pai
achega
5fab465eaa
Modificáronse 2 ficheiros con 1 adicións e 1 borrados
  1. BIN=BIN
      lib/libwmsys.a
  2. 1 1
      platform/sys/wm_main.c

BIN=BIN
lib/libwmsys.a


+ 1 - 1
platform/sys/wm_main.c

@@ -190,7 +190,7 @@ int main(void)
     /*Close those not initialized clk except uart0,sdadc,gpio,rfcfg*/
     value = tls_reg_read32(HR_CLK_BASE_ADDR);
     value &= ~0x3fffff;
-    value |= 0x0002;
+    value |= 0x1a02;
     tls_reg_write32(HR_CLK_BASE_ADDR, value);