diff options
| author | hathach <[email protected]> | 2022-04-20 13:25:38 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-04-20 13:25:38 +0700 |
| commit | a90839688c11338451729838e45ae3aaa58864fe (patch) | |
| tree | ac572a052f4bd242d39b89376d11255f69de5dc4 /src/tusb_option.h | |
| parent | 9c8c5c1c53214b8954bb28c33a496b5b423d5ecc (diff) | |
add msec timeout to osal_queue_receive(), tud_task() and tuh_task() both pending for event queue with timeout of 1 ms
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index bd87a953c..9cacedd4c 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -286,7 +286,7 @@ #endif // mutex is only needed for RTOS TODO also required with multiple core MCUs -#define TUSB_OPT_MUTEX (CFG_TUSB_OS != OPT_OS_NONE) +#define TUSB_OPT_MUTEX (CFG_TUSB_OS != OPT_OS_NONE) //-------------------------------------------------------------------- // DEVICE OPTIONS |
