We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25f8b3c + 65213c3 commit 1613c85Copy full SHA for 1613c85
source/chapter0/6hardware.rst
@@ -47,7 +47,7 @@ K210 的内存是由 CPU 和 KPU 共享使用的,如果想要 CPU 能够使用
47
.. code-block:: c
48
49
sysctl_pll_enable(SYSCTL_PLL1);
50
- syscyl_clock_enable(SYSCTL_CLOCK_PLL1);
+ sysctl_clock_enable(SYSCTL_CLOCK_PLL1);
51
52
K210 的频率
53
--------------------------------------------
0 commit comments