aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Kummermehr <thorsten.kummermehr@k2l.de>2017-11-07 16:25:43 +0100
committerThorsten Kummermehr <thorsten.kummermehr@k2l.de>2017-11-07 16:25:43 +0100
commit6fc9b47c4d78e8737062e38966c31a06af49e897 (patch)
tree423ead809e780f145ce34d03a6231d9b046df338
parent54b49e6f3d73b5a506fc072cf1bf4b840b897124 (diff)
Change all UNICENS words to upper case
-rw-r--r--ucs2-interface/ucs_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucs2-interface/ucs_interface.h b/ucs2-interface/ucs_interface.h
index cd5b6fc..4ddc588 100644
--- a/ucs2-interface/ucs_interface.h
+++ b/ucs2-interface/ucs_interface.h
@@ -66,7 +66,7 @@ void UCSI_Init(UCSI_Data_t *pPriv, void *pTag);
bool UCSI_NewConfig(UCSI_Data_t *pPriv, UcsXmlVal_t *ucsConfig);
/**
- * \brief Offer the received control data from LLD to Unicens
+ * \brief Offer the received control data from LLD to UNICENS
* \note Call this function only from single context (not from ISR)
* \note This function can be called repeated until it return false
*