mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-18 22:52:17 +08:00
[DeviceDrivers] fix workqueue end of line issue
This commit is contained in:
parent
94883a92fb
commit
2f44048e08
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user