diff options
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 eb3bc88d0..02e3e0a06 100644 --- a/src/osal/osal.h +++ b/src/osal/osal.h @@ -55,6 +55,8 @@ typedef void (*osal_task_func_t)( void * ); #include "osal_mynewt.h" #elif CFG_TUSB_OS == OPT_OS_PICO #include "osal_pico.h" +#elif CFG_TUSB_OS == OPT_OS_RTTHREAD + #include "osal_rtthread.h" #elif CFG_TUSB_OS == OPT_OS_CUSTOM #include "tusb_os_custom.h" // implemented by application #else |
