diff options
| author | hathach <[email protected]> | 2019-11-01 17:50:40 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-11-01 17:50:40 +0700 |
| commit | 5b68cc91ad5059c595536016c19a914af6928296 (patch) | |
| tree | 916f581360403c826927af1394abd9fa923c4634 /test | |
| parent | ab84731f2afeea4b9e56020a7657697cceac9bbf (diff) | |
adding TEST_FAIL() for TU_ASSERT()
Diffstat (limited to 'test')
| -rw-r--r-- | test/test/support/tusb_config.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/test/support/tusb_config.h b/test/test/support/tusb_config.h index b75b76678..c745320da 100644 --- a/test/test/support/tusb_config.h +++ b/test/test/support/tusb_config.h @@ -26,6 +26,9 @@ #ifndef _TUSB_CONFIG_H_ #define _TUSB_CONFIG_H_ +// testing framework +#include "unity.h" + #ifdef __cplusplus extern "C" { #endif @@ -49,7 +52,7 @@ #define CFG_TUSB_OS OPT_OS_NONE // CFG_TUSB_DEBUG is defined by compiler in DEBUG build -// #define CFG_TUSB_DEBUG 0 + #define CFG_TUSB_DEBUG 0 /* 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 |
