Fix space

This commit is contained in:
ousugo 2021-11-24 21:59:37 +08:00
parent 02ca44bf1f
commit 2ef0d40aff
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ struct rt_data_item
};
/**
* @brief This function will initialize the data queue.Calling this function will
* @brief This function will initialize the data queue. Calling this function will
* initialize the data queue control block and set the notification callback function.
*
* @param queue is a pointer to the data queue object.