diff options
| author | hathach <[email protected]> | 2020-03-17 23:39:53 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-03-17 23:39:53 +0700 |
| commit | a93548cfe9094893e147db0115958612e1606aa7 (patch) | |
| tree | 0f5919395d326026fede20b53ba47ec77236dd69 /src | |
| parent | a39d170672cca9b0c05065971ea3070def4f4244 (diff) | |
update comment per review
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/nuvoton/nuc505/dcd_nuc505.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/portable/nuvoton/nuc505/dcd_nuc505.c b/src/portable/nuvoton/nuc505/dcd_nuc505.c index ff2e5264d..8457e686b 100644 --- a/src/portable/nuvoton/nuc505/dcd_nuc505.c +++ b/src/portable/nuvoton/nuc505/dcd_nuc505.c @@ -41,11 +41,10 @@ #include "NUC505Series.h" /* - The DMA functionality of the USBD peripheral does not appear to succeed with - transfer lengths that are longer (> 64 bytes) and are not a multiple of 4. - Disable for now, we could implement a walk-around if non-DMA slow the MCU down - too much. -*/ + * The DMA functionality of the USBD peripheral does not appear to succeed with + * transfer lengths that are longer (> 64 bytes) and are not a multiple of 4. + * Keep disabled for now. + */ #define USE_DMA 0 /* rather important info unfortunately not provided by device include files */ |
