Resolve gcc warnings for no parameter functions

This commit is contained in:
Jeremiah McCarthy
2021-04-07 17:15:26 -04:00
parent 2e2dc7bdc5
commit ae851bba31
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
// Application Callback API (weak is optional)
//--------------------------------------------------------------------+
// Invoked when a DFU_DETACH request is received and bitWillDetach is set
void tud_dfu_runtime_reboot_to_dfu_cb();
void tud_dfu_runtime_reboot_to_dfu_cb(void);
//--------------------------------------------------------------------+
// Internal Class Driver API