Remove custom status description table

This commit is contained in:
Jeremiah McCarthy
2021-04-22 16:47:05 -04:00
parent 45e401e69d
commit cc440ade81
2 changed files with 1 additions and 4 deletions

View File

@@ -90,9 +90,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 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);
//--------------------------------------------------------------------+
// Internal Class Driver API
//--------------------------------------------------------------------+