update interface

Signed-off-by: zhuguoyang <zhuguoyang@h-partners.com>
This commit is contained in:
zhuguoyang 2024-04-11 10:51:11 +08:00
parent dfdfc0be3e
commit 505e328b5e

View File

@ -118,7 +118,7 @@ typedef enum {
/** General task. */
ffrt_function_kind_general,
/** Queue task. */
ffrt_function_kind_queue,
ffrt_function_kind_queue
} ffrt_function_kind_t;
/**