diff options
| author | Jeremiah McCarthy <[email protected]> | 2021-05-05 17:42:38 -0400 |
|---|---|---|
| committer | Jeremiah McCarthy <[email protected]> | 2021-05-05 17:42:38 -0400 |
| commit | dab1ed6b327a41976a2d4968d80747ac35fde113 (patch) | |
| tree | 27ded090d08ab5568df3e595f8ce46a7b8648d3e /src | |
| parent | f830800d00520ed2a91d9095e77738f4558324b2 (diff) | |
Add example to be tested
Update API description.
Diffstat (limited to 'src')
| -rw-r--r-- | src/class/dfu/dfu_device.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/class/dfu/dfu_device.h b/src/class/dfu/dfu_device.h index aa8ee23d4..c45c436c5 100644 --- a/src/class/dfu/dfu_device.h +++ b/src/class/dfu/dfu_device.h @@ -39,7 +39,8 @@ //--------------------------------------------------------------------+ // Application Callback API (weak is optional) //--------------------------------------------------------------------+ -// Invoked when a reset is received to check if firmware is valid +// Invoked during DFU_MANIFEST_SYNC get status request to check if firmware +// is valid bool tud_dfu_firmware_valid_check_cb(void); // Invoked when a DFU_DNLOAD request is received |
