diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-04-05 11:58:17 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-04-05 11:58:17 +0300 |
commit | 9a38b7afe0058620c09cf54b0bbc1c20f32a5e22 (patch) | |
tree | 8fcc9f393cb3dab6dc2f853e2015989f4caea36f /docs | |
parent | 4333b2fb539b60b7f536db70a63595620919b3b6 (diff) | |
download | micropython-9a38b7afe0058620c09cf54b0bbc1c20f32a5e22.tar.gz micropython-9a38b7afe0058620c09cf54b0bbc1c20f32a5e22.zip |
cc3200/modmachine: Return frequency value directly, like other ports.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/library/machine.rst | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/docs/library/machine.rst b/docs/library/machine.rst index c677bcbf06..1007f142fa 100644 --- a/docs/library/machine.rst +++ b/docs/library/machine.rst @@ -52,16 +52,7 @@ Power related functions .. function:: freq() - .. only:: not port_wipy - - Returns CPU frequency in hertz. - - .. only:: port_wipy - - Returns a tuple of clock frequencies: ``(sysclk,)`` - These correspond to: - - - sysclk: frequency of the CPU + Returns CPU frequency in hertz. .. function:: idle() |