diff options
| author | Jeremiah McCarthy <[email protected]> | 2021-04-22 15:59:49 -0400 |
|---|---|---|
| committer | Jeremiah McCarthy <[email protected]> | 2021-04-22 15:59:49 -0400 |
| commit | 0936a76dc905a104f03cd1135fc22a8652ee8c7f (patch) | |
| tree | bd762ae41e0de81649a577ddec2da75ea0171cdd /src/class/dfu/dfu_device.h | |
| parent | 88dea7a0a8f7cb1bc21eaa45a3abb9a912b030d6 (diff) | |
Remove nonstd behaviour
Diffstat (limited to 'src/class/dfu/dfu_device.h')
| -rw-r--r-- | src/class/dfu/dfu_device.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/class/dfu/dfu_device.h b/src/class/dfu/dfu_device.h index 3bc1f4ae4..28a241b3a 100644 --- a/src/class/dfu/dfu_device.h +++ b/src/class/dfu/dfu_device.h @@ -107,11 +107,6 @@ TU_ATTR_WEAK void tud_dfu_abort_cb(void); // Return the number of bytes to write uint16_t tud_dfu_req_upload_data_cb(uint16_t block_num, uint8_t* data, uint16_t length); -// Invoked when a nonstandard request is received -// Use may be vendor specific. -// Return false to stall -TU_ATTR_WEAK bool tud_dfu_req_nonstandard_cb(uint8_t rhport, uint8_t stage, tusb_control_request_t const * request); - // Invoked during a DFU_GETSTATUS request to get for the string index // to the status description string table. TU_ATTR_WEAK uint8_t tud_dfu_get_status_desc_table_index_cb(void); |
