From 6f9c256ad0e6b030468bd8a8fbfd41801b70a69a Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 17 Apr 2020 13:52:34 +0700 Subject: complete remove dcd_set_config(), fix unit test --- docs/porting.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs') diff --git a/docs/porting.md b/docs/porting.md index fabf24510..473768450 100644 --- a/docs/porting.md +++ b/docs/porting.md @@ -78,10 +78,6 @@ Called when the device is given a new bus address. If your peripheral automatically changes address during enumeration (like the nrf52) you may leave this empty and also no queue an event for the corresponding SETUP packet. -##### dcd_set_config - -Called when the device received SET_CONFIG request, you can leave this empty if your peripheral does not require any specific action. - ##### dcd_remote_wakeup Called to remote wake up host when suspended (e.g hid keyboard) -- cgit v1.3.1