diff options
author | danicampora <daniel@wipy.io> | 2015-10-21 15:41:36 +0200 |
---|---|---|
committer | danicampora <daniel@wipy.io> | 2015-10-21 15:41:36 +0200 |
commit | bb489066e8abe790ed3eb0e8707ed957e1ee6326 (patch) | |
tree | 1a517bf50324467e2bb22b37441eaa83b6d1443e | |
parent | 109b363ddc1a83ec35511bde0eea8bb8a0ec206b (diff) | |
download | micropython-bb489066e8abe790ed3eb0e8707ed957e1ee6326.tar.gz micropython-bb489066e8abe790ed3eb0e8707ed957e1ee6326.zip |
docs/wipy: Remove incorrect references to usb configuration.
-rw-r--r-- | docs/wipy/tutorial/reset.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/wipy/tutorial/reset.rst b/docs/wipy/tutorial/reset.rst index 970f8d1ddc..211969e696 100644 --- a/docs/wipy/tutorial/reset.rst +++ b/docs/wipy/tutorial/reset.rst @@ -49,5 +49,6 @@ can format it very easily byt doing:: >>> os.mkfs('/flash') Resetting the filesystem deletes all files on the internal WiPy storage -(not the SD card), and restores the files ``boot.py``, ``main.py``, ``README.txt`` -and ``pybcdc.inf`` back to their original state after the next reset. +(not the SD card), and restores the files ``boot.py`` and ``main.py`` back +to their original state after the next reset. + |