ousugo пре 4 година
родитељ
комит
2ef0d40aff
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      components/drivers/src/dataqueue.c

+ 1 - 1
components/drivers/src/dataqueue.c

@@ -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.