diff options
| author | hathach <[email protected]> | 2021-07-15 20:47:50 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-07-15 20:47:50 +0700 |
| commit | daca9e520bce0b4eb5882c5692986ec5c513f319 (patch) | |
| tree | c8ce4a1c2004dccd0ca9edf21b70f3cf34b5554b /src/device | |
| parent | b4fde90b5518c4e92750af2e27eae598267ad8cf (diff) | |
wrap up DFU update
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/usbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c index af4fd58c4..cf9af783d 100644 --- a/src/device/usbd.c +++ b/src/device/usbd.c @@ -190,7 +190,7 @@ static usbd_class_driver_t const _usbd_driver[] = #if CFG_TUD_DFU_MODE { - DRIVER_NAME("DFU-MODE") + DRIVER_NAME("DFU") .init = dfu_moded_init, .reset = dfu_moded_reset, .open = dfu_moded_open, |
