diff options
| author | Jeremiah McCarthy <[email protected]> | 2021-04-29 16:04:18 -0400 |
|---|---|---|
| committer | Jeremiah McCarthy <[email protected]> | 2021-04-29 16:04:18 -0400 |
| commit | f830800d00520ed2a91d9095e77738f4558324b2 (patch) | |
| tree | 65ce62103c3239bb931f1e6cd81a720c925d08db /src/class/dfu/dfu_device.h | |
| parent | b8e5885c2b97725e30ff57e6adc8cb7696711f28 (diff) | |
Fix typo and clean up reset
Diffstat (limited to 'src/class/dfu/dfu_device.h')
| -rw-r--r-- | src/class/dfu/dfu_device.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/class/dfu/dfu_device.h b/src/class/dfu/dfu_device.h index 0c567ff45..aa8ee23d4 100644 --- a/src/class/dfu/dfu_device.h +++ b/src/class/dfu/dfu_device.h @@ -42,9 +42,6 @@ // Invoked when a reset is received to check if firmware is valid bool tud_dfu_firmware_valid_check_cb(void); -// Invoked when the device must reboot to dfu runtime mode -void tud_dfu_reboot_to_rt_cb(void); - // Invoked when a DFU_DNLOAD request is received // This callback takes the wBlockNum chunk of length length and provides it // to the application at the data pointer. This data is only valid for this |
