diff options
| author | hathach <[email protected]> | 2024-11-22 15:45:08 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-11-22 15:45:08 +0700 |
| commit | 1533e693ee9884c934540fb3a41d97c92e51c2ee (patch) | |
| tree | 1c0f397da98348815ff28ef5a560a30363002c2b /src/common/tusb_mcu.h | |
| parent | 090964cd1b15c247c45d41f54dc249acc047137d (diff) | |
TUD_EPBUF_TYPE_DEF ncm_device
Diffstat (limited to 'src/common/tusb_mcu.h')
| -rw-r--r-- | src/common/tusb_mcu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/tusb_mcu.h b/src/common/tusb_mcu.h index f6f90c592..622c8fc21 100644 --- a/src/common/tusb_mcu.h +++ b/src/common/tusb_mcu.h @@ -373,8 +373,8 @@ #define CFG_TUH_MEM_DCACHE_ENABLE_DEFAULT 1 #endif - #define CFG_TUD_MEM_DCACHE_LINE_SIZE 64 - #define CFG_TUH_MEM_DCACHE_LINE_SIZE 64 + #define CFG_TUD_MEM_DCACHE_LINE_SIZE_DEFAULT 64 + #define CFG_TUH_MEM_DCACHE_LINE_SIZE_DEFAULT 64 #define CFG_TUH_DWC2_DMA_ENABLE_DEFAULT 0 // TODO currently have issue with buffer DMA with espressif |
