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_freeRTOS.h | |
| parent | e3591ac682b403c1a3a7c4426056c9c37b1a9088 (diff) | |
clean up
Diffstat (limited to 'src/osal/osal_freeRTOS.h')
| -rw-r--r-- | src/osal/osal_freeRTOS.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osal/osal_freeRTOS.h b/src/osal/osal_freeRTOS.h index 6e6535da3..b14ed3100 100644 --- a/src/osal/osal_freeRTOS.h +++ b/src/osal/osal_freeRTOS.h @@ -71,7 +71,7 @@ static inline bool in_isr(void) typedef struct { - void (*func)(void *param); + osal_task_func_t func; uint16_t prio; uint16_t stack_sz; |
