diff options
| author | Ha Thach <[email protected]> | 2025-12-13 09:03:34 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-13 09:03:34 +0700 |
| commit | 3a4d02ba9f150b74df08384d16fac124a7c27485 (patch) | |
| tree | c65f69de4f4f44db6c9b8720c52c2a49dd97bf76 /src/tusb_option.h | |
| parent | 09f71727d53d4e70803d7460c3e5cdfb7f2bcb06 (diff) | |
| parent | fa74d1a6e10b8a3d05f94ca876a5cccf515b5c34 (diff) | |
Merge pull request #3407 from hathach/rusb2_fifo_fix
dcd/rusb2: fix fifo write
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 a70d7a97e..1dc920d84 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 //-------------------------------------------------------------------- |
