summaryrefslogtreecommitdiff
path: root/src/portable/template
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-11-09 01:23:19 +0700
committerhathach <[email protected]>2020-11-09 01:23:19 +0700
commit496c7c701a5a4491c8a393fc580b5df2f29c1e22 (patch)
tree6d018c153f30b28ecc53e7b21fe0b92feee365fc /src/portable/template
parent7ab3da1e0302e466447c02fa353b8659e053764f (diff)
fix ci
Diffstat (limited to 'src/portable/template')
-rw-r--r--src/portable/template/dcd_template.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/portable/template/dcd_template.c b/src/portable/template/dcd_template.c
index 812bb7866..618812416 100644
--- a/src/portable/template/dcd_template.c
+++ b/src/portable/template/dcd_template.c
@@ -45,20 +45,6 @@ void dcd_init (uint8_t rhport)
(void) rhport;
}
-#if HAS_INTERNAL_PULLUP
-// Enable internal D+/D- pullup
-void dcd_connect(uint8_t rhport) TU_ATTR_WEAK
-{
- (void) rhport;
-}
-
-// Disable internal D+/D- pullup
-void dcd_disconnect(uint8_t rhport) TU_ATTR_WEAK
-{
- (void) rhport;
-}
-#endif
-
// Enable device interrupt
void dcd_int_enable (uint8_t rhport)
{