summaryrefslogtreecommitdiff
path: root/src/tusb.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-02-11 12:05:22 +0700
committerhathach <[email protected]>2021-02-11 12:05:22 +0700
commite12c25ec2c6d1cb0dd3c02bdc1947ae351ccad54 (patch)
tree2466529f24dc4ccecf40e503f4a33068f5f5600d /src/tusb.h
parent89fcaf1efd6d345e821ab9ea5dbd73b2f239f05d (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.h2
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