diff options
| author | hathach <[email protected]> | 2025-01-16 10:46:37 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-01-21 16:28:29 +0700 |
| commit | 91214b46142186b6c30ea468779c7ad39e1bc605 (patch) | |
| tree | 96840e9d26c5eff4330dae31ad2ce401ff1c9b99 /src/osal/osal.h | |
| parent | c8130afe9bb7365adc076c98059b869bfcaf2ecf (diff) | |
zephyr
Diffstat (limited to 'src/osal/osal.h')
| -rw-r--r-- | src/osal/osal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/osal/osal.h b/src/osal/osal.h index 8f45ea5c1..38d45da44 100644 --- a/src/osal/osal.h +++ b/src/osal/osal.h @@ -63,6 +63,8 @@ typedef void (*osal_task_func_t)( void * ); #include "osal_rtthread.h" #elif CFG_TUSB_OS == OPT_OS_RTX4 #include "osal_rtx4.h" +#elif CFG_TUSB_OS == OPT_OS_ZEPHYR + #include "osal_zephyr.h" #elif CFG_TUSB_OS == OPT_OS_CUSTOM #include "tusb_os_custom.h" // implemented by application #else |
