From 496c7c701a5a4491c8a393fc580b5df2f29c1e22 Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 9 Nov 2020 01:23:19 +0700 Subject: fix ci --- src/portable/template/dcd_template.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src') 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) { -- cgit v1.3.1