diff options
| author | Yunhao Tian <[email protected]> | 2021-11-30 17:11:14 +0800 |
|---|---|---|
| committer | Yunhao Tian <[email protected]> | 2021-11-30 17:19:11 +0800 |
| commit | a6929cf03eabe9f4fc0404d7c15b04ee2761945c (patch) | |
| tree | 6244525c89aa246b4aa265aea407ad6b9f095b37 /src/osal/osal.h | |
| parent | ac20605e3f098687ce40349bbecc9266333d951b (diff) | |
Add support for Keil RTX4 OS abstraction layer
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 9194f80d5..b2943cc79 100644 --- a/src/osal/osal.h +++ b/src/osal/osal.h @@ -57,6 +57,8 @@ typedef void (*osal_task_func_t)( void * ); #include "osal_pico.h" #elif CFG_TUSB_OS == OPT_OS_RTTHREAD #include "osal_rtthread.h" +#elif CFG_TUSB_OS == OPT_OS_RTX4 + #include "osal_rtx4.h" #elif CFG_TUSB_OS == OPT_OS_CUSTOM #include "tusb_os_custom.h" // implemented by application #else |
