From bb489066e8abe790ed3eb0e8707ed957e1ee6326 Mon Sep 17 00:00:00 2001 From: danicampora <daniel@wipy.io> Date: Wed, 21 Oct 2015 15:41:36 +0200 Subject: [PATCH] docs/wipy: Remove incorrect references to usb configuration. --- docs/wipy/tutorial/reset.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/wipy/tutorial/reset.rst b/docs/wipy/tutorial/reset.rst index 970f8d1dd..211969e69 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. + -- GitLab