summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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)
{