summaryrefslogtreecommitdiff
path: root/include/dlt/dlt_common.h
diff options
context:
space:
mode:
authorMichael Methner <mmethner@de.adit-jv.com>2022-10-06 11:28:31 +0200
committerMichael Methner <mmethner@de.adit-jv.com>2022-10-06 11:28:31 +0200
commit4d7d815781b18997f2d62c89fa00e729d1c31ddd (patch)
tree00baa41d889e13d42e7b0a1a1319595e3b5f3f41 /include/dlt/dlt_common.h
parent6d706e15277b7cca52390ddca7d3083c52b4eaee (diff)
downloadDLT-daemon-4d7d815781b18997f2d62c89fa00e729d1c31ddd.tar.gz
Correct review findings
- removed duplicated gtest statement - corrected doxygen api description Signed-off-by: Michael Methner <mmethner@de.adit-jv.com>
Diffstat (limited to 'include/dlt/dlt_common.h')
-rw-r--r--include/dlt/dlt_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dlt/dlt_common.h b/include/dlt/dlt_common.h
index d3404e2..615cbe2 100644
--- a/include/dlt/dlt_common.h
+++ b/include/dlt/dlt_common.h
@@ -1637,7 +1637,7 @@ int16_t dlt_getloginfo_conv_ascii_to_int16_t(char *rp, int *rp_count);
*
* @param rp char
* @param rp_count int
- * @param wp char
+ * @param wp char Array needs to be 1 byte larger than len to store '\0'
* @param len int
*/
void dlt_getloginfo_conv_ascii_to_string(char *rp, int *rp_count, char *wp, int len);
@@ -1648,7 +1648,7 @@ void dlt_getloginfo_conv_ascii_to_string(char *rp, int *rp_count, char *wp, int
*
* @param rp char
* @param rp_count int
- * @param wp char Array needs to be 1 byte larger than len to store '\0'
+ * @param wp char
* @param len int
* @return position of last read character in wp
*/