mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-21 03:40:52 +00:00
update comment per review
This commit is contained in:
parent
a39d170672
commit
a93548cfe9
@ -41,10 +41,9 @@
|
||||
#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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user