Vybhav Kadaba
/
EV-PRO-MW1001_Development_updateFW
Bumped Mbed FW version to 01.20.0080
Diff: inc/mbedVersion.h
- Revision:
- 55:215da406282b
- Child:
- 56:38b36e947602
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/inc/mbedVersion.h Mon Feb 24 07:04:35 2020 +0000 @@ -0,0 +1,29 @@ +/* +Copyright (c) 2019 by ADI. This model is the confidential and +proprietary property of ADI and the possession or use of this +file requires a written license. + * + *****************************************************************************/ + +/*! + ****************************************************************************** + * @file: + * @brief: Placeholder for revision numbers + *----------------------------------------------------------------------------- + */ +#ifndef __VERSION_H__ +#define __VERSION_H__ + +/* + * Use a 32-bit versioning scheme that supports numerical compares + * Version number is read as MAJOR.MINOR build, e.g. + * 1.12 build 55 + * Note: numbering format is binary coded decimal for ease of reading in debug + * environment. + */ +#define MBED_HOST_MAJOR 0x01 +#define MBED_HOST_MINOR 0x12 +#define MBED_HOST_BUILD 0x0061 + + +#endif