diff options
| author | HiFiPhile <[email protected]> | 2025-12-11 23:18:34 +0100 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2025-12-11 23:18:34 +0100 |
| commit | fa74d1a6e10b8a3d05f94ca876a5cccf515b5c34 (patch) | |
| tree | 7381a9c8ac15d2ca78d23be693b42dea92cc6640 /src/tusb_option.h | |
| parent | 64820791516b4001cb169f095588ccb52eb35ea8 (diff) | |
dcd/rusb2: fix fifo write
Signed-off-by: HiFiPhile <[email protected]>
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index be954e01a..b4acee035 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -361,7 +361,7 @@ //------------ RUSB2 --------------// #if defined(TUP_USBIP_RUSB2) - #define CFG_TUD_EDPT_DEDICATED_HWFIFO 0 // need testing to enable + #define CFG_TUD_EDPT_DEDICATED_HWFIFO 1 #endif //-------------------------------------------------------------------- |
