diff options
| author | Ha Thach <[email protected]> | 2020-04-26 15:23:11 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-04-26 15:23:11 +0700 |
| commit | d54343e4a6bc84549caf69ecd26a98852127ef3f (patch) | |
| tree | 1c4fcfb14c715023051d800a170fe6e82606b463 /test | |
| parent | f1ecda392ffcc0c114269c3b6c318a2d0a50e2f5 (diff) | |
| parent | 9c8517a8d2603a0ce3a16c8cc144749d2ba9fece (diff) | |
Merge pull request #379 from hathach/add-usbd-edpt-open
add usbd edpt open
Diffstat (limited to 'test')
| -rw-r--r-- | test/test/support/tusb_config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test/support/tusb_config.h b/test/test/support/tusb_config.h index 5e7b70e0d..5258513ec 100644 --- a/test/test/support/tusb_config.h +++ b/test/test/support/tusb_config.h @@ -52,7 +52,9 @@ #define CFG_TUSB_OS OPT_OS_NONE // CFG_TUSB_DEBUG is defined by compiler in DEBUG build +#ifndef CFG_TUSB_DEBUG #define CFG_TUSB_DEBUG 0 +#endif /* USB DMA on some MCUs can only access a specific SRAM region with restriction on alignment. * Tinyusb use follows macros to declare transferring memory so that they can be put |
