summaryrefslogtreecommitdiff
path: root/examples/device/dfu_runtime
diff options
context:
space:
mode:
authorGordon McNab <[email protected]>2023-01-30 10:06:55 +0000
committerGordon McNab <[email protected]>2023-01-30 10:06:55 +0000
commitc07fb9a71e5d3e85c8729bf6a8683a4c8b8096be (patch)
tree04904901977410aeb5658f1f526ee76b9b6f501e /examples/device/dfu_runtime
parent63e6aea5ac4aed5a7b405a42c888cec66432ee26 (diff)
parent6dd40603f92a04d695b78a3ee6c0276525960aef (diff)
Merge branch 'port-ft90x' of https://github.com/ftdigdm/tinyusb into port-ft90x
Diffstat (limited to 'examples/device/dfu_runtime')
-rw-r--r--examples/device/dfu_runtime/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/dfu_runtime/src/main.c b/examples/device/dfu_runtime/src/main.c
index 55b380353..bd9a91c27 100644
--- a/examples/device/dfu_runtime/src/main.c
+++ b/examples/device/dfu_runtime/src/main.c
@@ -31,7 +31,7 @@
*
* $ dfu-util -e
*
- * This will send DETTACH command to put device into bootloader. Since this example
+ * This will send DETACH command to put device into bootloader. Since this example
* is minimal, it doesn't actually go into DFU mode but rather change the LED blinking
* pattern to fast rate as indicator.
*/