diff options
Diffstat (limited to 'tinyusb')
| -rw-r--r-- | tinyusb/osal/osal_cmsis_rtx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/osal/osal_cmsis_rtx.h b/tinyusb/osal/osal_cmsis_rtx.h index 4381b1eb1..b2b2258f2 100644 --- a/tinyusb/osal/osal_cmsis_rtx.h +++ b/tinyusb/osal/osal_cmsis_rtx.h @@ -66,7 +66,7 @@ typedef osThreadDef_t osal_task_t; -#define OSAL_TASK_DEF(task_name, task_code, task_stack_depth, task_prio) \ +#define OSAL_TASK_DEF(task_code, task_stack_depth, task_prio) \ osThreadDef(task_code, task_prio, 1, task_stack_depth*4) // stack depth is in bytes #define OSAL_TASK_REF(task_name) osThread(task_name) |
