summaryrefslogtreecommitdiff
path: root/src/portable
diff options
context:
space:
mode:
authorGordon McNab <[email protected]>2021-10-06 16:50:55 +0100
committerGordon McNab <[email protected]>2021-10-06 16:50:55 +0100
commit37c5eeb51de532dfbd46ae528d4d99220932d6bd (patch)
treefd1ba4836268b1897c545f9b1748a3c1aa6ae348 /src/portable
parentbcecbfdc29f58ac019a36099a8c398650cd27191 (diff)
Rename directories to indicate that FT930 and FT900 devices are both covered by the same SDK and src/portable code. Board makefile includes __FT900__ macro for FT90x and __FT930__ macro for boards with FT93x.
Diffstat (limited to 'src/portable')
-rw-r--r--src/portable/bridgetek/ft9xx/dcd_ft9xx.c (renamed from src/portable/bridgetek/ft90x/dcd_ft90x.c)2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/portable/bridgetek/ft90x/dcd_ft90x.c b/src/portable/bridgetek/ft9xx/dcd_ft9xx.c
index ac13f11d1..69b51fac7 100644
--- a/src/portable/bridgetek/ft90x/dcd_ft90x.c
+++ b/src/portable/bridgetek/ft9xx/dcd_ft9xx.c
@@ -524,8 +524,6 @@ void dcd_init(uint8_t rhport)
_dcd_ft90x_attach();
- //_ft90x_reset_edpts(void);//tu_memclr(ep_xfer, sizeof(ep_xfer));
-
interrupt_attach(interrupt_usb_device, (int8_t)interrupt_usb_device, _ft90x_usbd_ISR);
dcd_connect(rhport);