summaryrefslogtreecommitdiffstatshomepage
path: root/tools/pydfu.py
diff options
context:
space:
mode:
authorKeith Wiley <kwiley@keithwiley.com>2018-05-17 22:30:35 -0700
committerDamien George <damien.p.george@gmail.com>2018-05-18 23:33:19 +1000
commit3ea0862a6e3c97f6224548c41a225f270df4d205 (patch)
tree6fa755cad05718d191061ce373301993c3081905 /tools/pydfu.py
parent828ce16dc8063f11a2743cfd8fc698e0afa23cac (diff)
downloadmicropython-3ea0862a6e3c97f6224548c41a225f270df4d205.tar.gz
micropython-3ea0862a6e3c97f6224548c41a225f270df4d205.zip
tools/pydfu.py: Fix typo in comments.
Diffstat (limited to 'tools/pydfu.py')
-rwxr-xr-xtools/pydfu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pydfu.py b/tools/pydfu.py
index 4296f07bfb..3f11de0679 100755
--- a/tools/pydfu.py
+++ b/tools/pydfu.py
@@ -5,7 +5,7 @@
# details.
"""This module implements enough functionality to program the STM32F4xx over
-DFU, without requiringdfu-util.
+DFU, without requiring dfu-util.
See app note AN3156 for a description of the DFU protocol.
See document UM0391 for a dscription of the DFuse file.