summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-04-17 13:52:34 +0700
committerhathach <[email protected]>2020-04-17 13:52:34 +0700
commit6f9c256ad0e6b030468bd8a8fbfd41801b70a69a (patch)
tree837b018d6f1526b64f0372cb24ddea1ec6e9bf16 /docs
parent05476d9ad72321aa6e57ff5acbc4b25e1366fead (diff)
complete remove dcd_set_config(), fix unit test
Diffstat (limited to 'docs')
-rw-r--r--docs/porting.md4
1 files changed, 0 insertions, 4 deletions
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)