From 6fc9b47c4d78e8737062e38966c31a06af49e897 Mon Sep 17 00:00:00 2001 From: Thorsten Kummermehr Date: Tue, 7 Nov 2017 16:25:43 +0100 Subject: Change all UNICENS words to upper case --- ucs2-interface/ucs_interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * -- cgit 1.2.3-korg