diff options
| author | hathach <[email protected]> | 2021-02-11 12:05:22 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-02-11 12:05:22 +0700 |
| commit | e12c25ec2c6d1cb0dd3c02bdc1947ae351ccad54 (patch) | |
| tree | 2466529f24dc4ccecf40e503f4a33068f5f5600d /src/tusb.h | |
| parent | 89fcaf1efd6d345e821ab9ea5dbd73b2f239f05d (diff) | |
rename dfu_rt to dfu_runtime for easy reading
also rename tud_dfu_rt_reboot_to_dfu to tud_dfu_runtime_reboot_to_dfu_cb
Diffstat (limited to 'src/tusb.h')
| -rw-r--r-- | src/tusb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tusb.h b/src/tusb.h index 8b0dd103c..cc82c440d 100644 --- a/src/tusb.h +++ b/src/tusb.h @@ -92,7 +92,7 @@ #include "class/usbtmc/usbtmc_device.h" #endif - #if CFG_TUD_DFU_RT + #if CFG_TUD_DFU_RUNTIME #include "class/dfu/dfu_rt_device.h" #endif |
