diff options
author | Ryan Finnie <ryan@finnie.org> | 2017-12-09 22:52:27 -0800 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-12-13 17:30:02 +1100 |
commit | 1e2b78111b196207fa632c3091c75b91d0ccd75e (patch) | |
tree | 2778df8fa44e09f62442af94c801290ac6fbb665 /docs/esp8266/tutorial | |
parent | 19c7098e183a8148c541fe34c3fc1252dbbb90db (diff) | |
download | micropython-1e2b78111b196207fa632c3091c75b91d0ccd75e.tar.gz micropython-1e2b78111b196207fa632c3091c75b91d0ccd75e.zip |
docs/esp8266/tutorial: Fix typo, change -> changed.
Diffstat (limited to 'docs/esp8266/tutorial')
-rw-r--r-- | docs/esp8266/tutorial/powerctrl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/esp8266/tutorial/powerctrl.rst b/docs/esp8266/tutorial/powerctrl.rst index 3502624ab5..289b4c42fd 100644 --- a/docs/esp8266/tutorial/powerctrl.rst +++ b/docs/esp8266/tutorial/powerctrl.rst @@ -14,7 +14,7 @@ current frequency use:: >>> machine.freq() 80000000 -By default the CPU runs at 80MHz. It can be change to 160MHz if you need more +By default the CPU runs at 80MHz. It can be changed to 160MHz if you need more processing power, at the expense of current consumption:: >>> machine.freq(160000000) |