mirror of
https://github.com/hathach/tinyusb.git
synced 2026-02-05 02:25:41 +00:00
disable HWFIFO musb and rusb2, since they are not tested yet
This commit is contained in:
@ -356,12 +356,12 @@
|
||||
|
||||
//------------ MUSB --------------//
|
||||
#if defined(TUP_USBIP_MUSB)
|
||||
#define CFG_TUD_EDPT_DEDICATED_HWFIFO 1
|
||||
#define CFG_TUD_EDPT_DEDICATED_HWFIFO 0 // need testing to enable
|
||||
#endif
|
||||
|
||||
//------------ RUSB2 --------------//
|
||||
#if defined(TUP_USBIP_RUSB2)
|
||||
#define CFG_TUD_EDPT_DEDICATED_HWFIFO 1
|
||||
#define CFG_TUD_EDPT_DEDICATED_HWFIFO 0 // need testing to enable
|
||||
#endif
|
||||
|
||||
//--------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user