diff options
Diffstat (limited to 'cc3200')
| -rw-r--r-- | cc3200/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cc3200/README.md b/cc3200/README.md index d02e233ce..218492554 100644 --- a/cc3200/README.md +++ b/cc3200/README.md @@ -80,8 +80,8 @@ the file was successfully transferred, and it has been signed with a MD5 checksu Now, reset the MCU by pressing the switch on the board, or by typing: ```python -import pyb -pyb.reset() +import machine +machine.reset() ``` ### Note regarding FileZilla: |
