mirror of https://github.com/ARMmbed/mbed-os.git
Update MBED_LIBRARY_VERSION to v133. Update mbed-os 5 patch version.
parent
14a2e3afe2
commit
0c4ccdcb90
4
mbed.h
4
mbed.h
|
@ -16,13 +16,13 @@
|
||||||
#ifndef MBED_H
|
#ifndef MBED_H
|
||||||
#define MBED_H
|
#define MBED_H
|
||||||
|
|
||||||
#define MBED_LIBRARY_VERSION 132
|
#define MBED_LIBRARY_VERSION 133
|
||||||
|
|
||||||
#if MBED_CONF_RTOS_PRESENT
|
#if MBED_CONF_RTOS_PRESENT
|
||||||
// RTOS present, this is valid only for mbed OS 5
|
// RTOS present, this is valid only for mbed OS 5
|
||||||
#define MBED_MAJOR_VERSION 5
|
#define MBED_MAJOR_VERSION 5
|
||||||
#define MBED_MINOR_VERSION 3
|
#define MBED_MINOR_VERSION 3
|
||||||
#define MBED_PATCH_VERSION 1
|
#define MBED_PATCH_VERSION 2
|
||||||
|
|
||||||
#else
|
#else
|
||||||
// mbed 2
|
// mbed 2
|
||||||
|
|
Loading…
Reference in New Issue