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
This commit is contained in:
hathach
2021-02-11 12:05:22 +07:00
parent 89fcaf1efd
commit e12c25ec2c
7 changed files with 10 additions and 10 deletions

View File

@@ -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