mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 18:43:31 +08:00
fix difference of style
This commit is contained in:
parent
44baf269f7
commit
967cc968e8
@ -43,7 +43,7 @@ rt_data_queue_init(struct rt_data_queue *queue,
|
||||
|
||||
rt_list_init(&(queue->suspended_push_list));
|
||||
rt_list_init(&(queue->suspended_pop_list));
|
||||
|
||||
|
||||
queue->queue = (struct rt_data_item *)rt_malloc(sizeof(struct rt_data_item) * size);
|
||||
if (queue->queue == RT_NULL)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user