提交 be0c0481 编写于 作者: G Grissiom

workqueue: fix the windows eol

上级 b8bf6bef
......@@ -33,7 +33,7 @@ static void _workqueue_thread_entry(void* parameter)
struct rt_workqueue *rt_workqueue_create(const char* name, rt_uint16_t stack_size, rt_uint8_t priority)
{
struct rt_workqueue *queue = RT_NULL;
queue = (struct rt_workqueue*)RT_KERNEL_MALLOC(sizeof(struct rt_workqueue));
if (queue != RT_NULL)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册