diff options
author | tkummermehr <thorsten.kummermehr@k2l.de> | 2017-11-07 22:16:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-07 22:16:46 +0100 |
commit | d51b0e0b7ef6dab5bc938a6bfea630426108b4d8 (patch) | |
tree | 441669f0825daceea8acaeef93886e212f771543 /ucs2-interface/ucs-xml/UcsXml.h | |
parent | 81e5dad8294f20c3cb69383d0a6e8b04c3579094 (diff) | |
parent | 70d2be4379f3075d9c004b82cbb01a9f312cd0c3 (diff) |
Merge pull request #21 from tkummermehr/EnhanceXmlParser
Merge with current development (UNICENSd)
Diffstat (limited to 'ucs2-interface/ucs-xml/UcsXml.h')
-rw-r--r-- | ucs2-interface/ucs-xml/UcsXml.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ucs2-interface/ucs-xml/UcsXml.h b/ucs2-interface/ucs-xml/UcsXml.h index b36e007..8aff893 100644 --- a/ucs2-interface/ucs-xml/UcsXml.h +++ b/ucs2-interface/ucs-xml/UcsXml.h @@ -1,5 +1,5 @@ /*------------------------------------------------------------------------------------------------*/
-/* Unicens XML Parser */
+/* UNICENS XML Parser */
/* Copyright 2017, Microchip Technology Inc. and its subsidiaries. */
/* */
/* Redistribution and use in source and binary forms, with or without */
@@ -38,7 +38,7 @@ extern "C" { #include <stdint.h>
#include "ucs_api.h"
-/** Structure holding informations to startup Unicens (UCS).
+/** Structure holding informations to startup UNICENS (UCS).
* Pass all these variables to the UCS manager structure, but not pInternal.
* */
typedef struct
@@ -62,8 +62,8 @@ typedef struct /*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/**
- * \brief Initializes Unicens XML parser module, parses the given string and
- * generate the data needed to run Unicens (UCS) library.
+ * \brief Initializes UNICENS XML parser module, parses the given string and
+ * generate the data needed to run UNICENS (UCS) library.
*
* \note In case of errors the callback UcsXml_CB_OnError will be raised.
* \param xmlString - Zero terminated XML string. The string will not be used
|