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_option.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_option.h')
| -rw-r--r-- | src/tusb_option.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index 73daf8592..6cbdefbf1 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -233,8 +233,8 @@ #define CFG_TUD_USBTMC 0 #endif -#ifndef CFG_TUD_DFU_RT - #define CFG_TUD_DFU_RT 0 +#ifndef CFG_TUD_DFU_RUNTIME + #define CFG_TUD_DFU_RUNTIME 0 #endif #ifndef CFG_TUD_NET |
