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/class/dfu/dfu_rt_device.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/class/dfu/dfu_rt_device.h')
| -rw-r--r-- | src/class/dfu/dfu_rt_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/dfu/dfu_rt_device.h b/src/class/dfu/dfu_rt_device.h index 643e25d8f..cff43d035 100644 --- a/src/class/dfu/dfu_rt_device.h +++ b/src/class/dfu/dfu_rt_device.h @@ -58,7 +58,7 @@ typedef enum //--------------------------------------------------------------------+ // Invoked when received new data -TU_ATTR_WEAK void tud_dfu_rt_reboot_to_dfu(void); // TODO rename to _cb convention +TU_ATTR_WEAK void tud_dfu_runtime_reboot_to_dfu_cb(void); //--------------------------------------------------------------------+ // Internal Class Driver API |
