Skip to content

Commit 0ad17f4

Browse files
committed
[DeviceDrivers] Add modification under Linux
1 parent 4ee93b7 commit 0ad17f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/drivers/src/workqueue.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ static void _workqueue_thread_entry(void* parameter)
3333
struct rt_workqueue *rt_workqueue_create(const char* name, rt_uint16_t stack_size, rt_uint8_t priority)
3434
{
3535
struct rt_workqueue *queue = RT_NULL;
36-
36+
3737
queue = (struct rt_workqueue*)RT_KERNEL_MALLOC(sizeof(struct rt_workqueue));
3838
if (queue != RT_NULL)
3939
{

0 commit comments

Comments
 (0)