diff options
| author | hathach <[email protected]> | 2013-01-13 19:27:17 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-01-13 19:27:17 +0700 |
| commit | 463b1c029477e6c5eacae2cebcdcb8ba534ef9bb (patch) | |
| tree | 57a87ecee56b3a6b81f2dbc400a23b9ced9d4644 /tinyusb/tusb_option.h | |
| parent | 6e0818c901eba638e6990f8d3d65af4f783102af (diff) | |
rename ASSERT_ERROR to ASSERT_STATUS
add binary const support @ common/binary.h
enhance assert support @ common/assertion.h
add test code for assertion.h
Diffstat (limited to 'tinyusb/tusb_option.h')
| -rw-r--r-- | tinyusb/tusb_option.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tinyusb/tusb_option.h b/tinyusb/tusb_option.h index d29574da4..250f83307 100644 --- a/tinyusb/tusb_option.h +++ b/tinyusb/tusb_option.h @@ -54,7 +54,9 @@ #endif /// define this symbol will make tinyusb look for external configure file +#ifndef _TEST_ // TODO allow configurable name #include "tusb_config.h" +#endif /// 0: no debug infor 3: most debug infor provided #ifndef TUSB_CFG_DEBUG |
