summaryrefslogtreecommitdiff
path: root/docs/porting.md
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-08-07 12:13:13 +0700
committerhathach <[email protected]>2020-08-07 12:13:13 +0700
commit9df8057702fcbc8086b223c164e1734db7beca25 (patch)
tree5faef86eca48cc7664ae0b29db3e885edba75bdb /docs/porting.md
parentc14c0cfc9fec9101b63df682c5fa5ac0576de0f8 (diff)
parentc682c30fa6a99a91d02496de39a752b5c96a4634 (diff)
Merge branch 'master' into add-app-driver
Diffstat (limited to 'docs/porting.md')
-rw-r--r--docs/porting.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/porting.md b/docs/porting.md
index 473768450..d3c688a81 100644
--- a/docs/porting.md
+++ b/docs/porting.md
@@ -62,7 +62,7 @@ All of the code for the low-level device API is in `src/portable/<vendor>/<chip
##### dcd_init
Initializes the USB peripheral for device mode and enables it.
-This function should leave an internal D+/D- pull-up in its default power-on state. `dcd_connect` will be called by the USBD core following `dcd_init`.
+This function should enable internal D+/D- pull-up for enumeration.
##### dcd_int_enable / dcd_int_disable