mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 03:09:16 +08:00
使用 AStyle.exe 统一代码格式
This commit is contained in:
@@ -204,7 +204,7 @@ RTM_EXPORT(rt_data_queue_push);
|
||||
* When the return value is RT_ETIMEOUT, it means the specified time out.
|
||||
*/
|
||||
rt_err_t rt_data_queue_pop(struct rt_data_queue *queue,
|
||||
const void** data_ptr,
|
||||
const void **data_ptr,
|
||||
rt_size_t *size,
|
||||
rt_int32_t timeout)
|
||||
{
|
||||
@@ -327,7 +327,7 @@ RTM_EXPORT(rt_data_queue_pop);
|
||||
* When the return value is -RT_EEMPTY, it means the data queue is empty.
|
||||
*/
|
||||
rt_err_t rt_data_queue_peek(struct rt_data_queue *queue,
|
||||
const void** data_ptr,
|
||||
const void **data_ptr,
|
||||
rt_size_t *size)
|
||||
{
|
||||
rt_base_t level;
|
||||
|
||||
Reference in New Issue
Block a user