Skip to content

Commit 2ef0d40

Browse files
committed
Fix space
1 parent 02ca44b commit 2ef0d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/drivers/src/dataqueue.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ struct rt_data_item
2222
};
2323

2424
/**
25-
* @brief This function will initialize the data queue.Calling this function will
25+
* @brief This function will initialize the data queue. Calling this function will
2626
* initialize the data queue control block and set the notification callback function.
2727
*
2828
* @param queue is a pointer to the data queue object.

0 commit comments

Comments
 (0)