diff options
| author | hathach <[email protected]> | 2018-06-22 16:01:55 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-06-22 16:01:55 +0700 |
| commit | d438000b99a5dbd5357d042fa48d0d87f180f032 (patch) | |
| tree | 618e74d9e6667846a2b0419e273a5769985a9538 /src/osal/osal.h | |
| parent | e3591ac682b403c1a3a7c4426056c9c37b1a9088 (diff) | |
clean up
Diffstat (limited to 'src/osal/osal.h')
| -rw-r--r-- | src/osal/osal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osal/osal.h b/src/osal/osal.h index 669159607..7a8e6ecbf 100644 --- a/src/osal/osal.h +++ b/src/osal/osal.h @@ -58,6 +58,7 @@ enum #define OSAL_TIMEOUT_CONTROL_XFER OSAL_TIMEOUT_WAIT_FOREVER
+typedef void (*osal_task_func_t)( void * );
#if CFG_TUSB_OS == OPT_OS_NONE
#include "osal_none.h"
|
