tools/pydfu.py: Fix typo in comments.

pull/1/head
Keith Wiley 2018-05-17 22:30:35 -07:00 committed by Damien George
parent 828ce16dc8
commit 3ea0862a6e
1 changed files with 1 additions and 1 deletions

View File

@ -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.