You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
ASYD/ASYD_Trends/tinyK22_LowPower_Modes/McuLib/McuLibVersion.h

24 lines
609 B

/**
* \file
* \brief Version information header file for MCU library
* Copyright (c) 2020-2021, Erich Styger
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef SOURCES_MCULIBVERSION_H_
#define SOURCES_MCULIBVERSION_H_
/* See
* https://github.com/ErichStyger/McuOnEclipseLibrary
* Date: 26-Dec-2021
* Time: 09:36
*/
#define McuLib_VERSION_VERSION_MAJOR (1)
/*!< McuLib major version number */
#define McuLib_VERSION_VERSION_MINOR (0)
/*!< McuLib minor version number */
#define McuLib_VERSION_VERSION_BUILD (6)
/*!< McuLib build version number */
#endif /* SOURCES_MCULIBVERSION_H_ */