summaryrefslogtreecommitdiff
path: root/examples/device/dfu_rt/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/device/dfu_rt/src/main.c')
-rw-r--r--examples/device/dfu_rt/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/dfu_rt/src/main.c b/examples/device/dfu_rt/src/main.c
index 029ff7312..823c71ae5 100644
--- a/examples/device/dfu_rt/src/main.c
+++ b/examples/device/dfu_rt/src/main.c
@@ -112,7 +112,7 @@ void tud_resume_cb(void)
}
// Invoked on DFU_DETACH request to reboot to the bootloader
-void tud_dfu_rt_reboot_to_dfu(void)
+void tud_dfu_runtime_reboot_to_dfu_cb(void)
{
blink_interval_ms = BLINK_DFU_MODE;
}