diff options
| author | hathach <[email protected]> | 2013-03-05 15:23:12 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-03-05 15:23:12 +0700 |
| commit | c0bbc2aded3fd469efb2d55115cd6f398ec08db1 (patch) | |
| tree | 4ed98fff12a1cb456625cddd04a82dd07d211dc6 /tests/test/support | |
| parent | 3ed29f5f3c3a66b58b3a7ba87d2b5cc175861013 (diff) | |
refractor tests
Diffstat (limited to 'tests/test/support')
| -rw-r--r-- | tests/test/support/tusb_config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test/support/tusb_config.h b/tests/test/support/tusb_config.h index a9e390540..de583e98c 100644 --- a/tests/test/support/tusb_config.h +++ b/tests/test/support/tusb_config.h @@ -103,6 +103,9 @@ } #endif + +#define RANDOM(n) (rand()%(n)) + #endif /* _TUSB_TUSB_CONFIG_H_ */ /** @} */ |
