diff options
| author | hathach <[email protected]> | 2020-11-09 01:23:19 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-11-09 01:23:19 +0700 |
| commit | 496c7c701a5a4491c8a393fc580b5df2f29c1e22 (patch) | |
| tree | 6d018c153f30b28ecc53e7b21fe0b92feee365fc /src/portable/template | |
| parent | 7ab3da1e0302e466447c02fa353b8659e053764f (diff) | |
fix ci
Diffstat (limited to 'src/portable/template')
| -rw-r--r-- | src/portable/template/dcd_template.c | 14 |
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) { |
