Skip to content

Commit 65213c3

Browse files
committed
Update 6hardware.rst
1 parent a27733a commit 65213c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/chapter0/6hardware.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ K210 的内存是由 CPU 和 KPU 共享使用的,如果想要 CPU 能够使用
4747
.. code-block:: c
4848
4949
sysctl_pll_enable(SYSCTL_PLL1);
50-
syscyl_clock_enable(SYSCTL_CLOCK_PLL1);
50+
sysctl_clock_enable(SYSCTL_CLOCK_PLL1);
5151
5252
K210 的频率
5353
--------------------------------------------

0 commit comments

Comments
 (0)