diff --git a/src/common/inc/libiec61850_platform_includes.h b/src/common/inc/libiec61850_platform_includes.h index 9130f50f..d8e8611d 100644 --- a/src/common/inc/libiec61850_platform_includes.h +++ b/src/common/inc/libiec61850_platform_includes.h @@ -15,7 +15,7 @@ #include "platform_endian.h" -#define LIBIEC61850_VERSION "1.1.0" +#define LIBIEC61850_VERSION "1.2.0" #ifndef CONFIG_DEFAULT_MMS_VENDOR_NAME #define CONFIG_DEFAULT_MMS_VENDOR_NAME "libiec61850.com" diff --git a/src/iec61850/inc/iec61850_server.h b/src/iec61850/inc/iec61850_server.h index 4672c718..bf63215c 100644 --- a/src/iec61850/inc/iec61850_server.h +++ b/src/iec61850/inc/iec61850_server.h @@ -244,7 +244,7 @@ void IedServer_disableGoosePublishing(IedServer self); /** - * \brief Set the ethernet interface to be used by GOOSE publishing + * \brief Set the Ethernet interface to be used by GOOSE publishing * * This function can be used to set the GOOSE interface ID. If not used or set to NULL the * default interface ID from stack_config.h is used. Note the interface ID is operating system @@ -274,7 +274,7 @@ IedServer_setGooseInterfaceId(IedServer self, const char* interfaceId); * * \param self the instance of IedServer to operate on. * \param authenticator the user provided authenticator callback - * \param authenticatorParameter user provided paremeter that is passed to the authenticator + * \param authenticatorParameter user provided parameter that is passed to the authenticator */ void IedServer_setAuthenticator(IedServer self, AcseAuthenticator authenticator, void* authenticatorParameter);