mirror of https://github.com/ARMmbed/mbed-os.git
Update MBED_LIBRARY_VERSION to v138
parent
8a0d18403a
commit
57b4d80e88
6
mbed.h
6
mbed.h
|
@ -16,13 +16,13 @@
|
|||
#ifndef MBED_H
|
||||
#define MBED_H
|
||||
|
||||
#define MBED_LIBRARY_VERSION 123
|
||||
#define MBED_LIBRARY_VERSION 138
|
||||
|
||||
#if MBED_CONF_RTOS_PRESENT
|
||||
// RTOS present, this is valid only for mbed OS 5
|
||||
#define MBED_MAJOR_VERSION 5
|
||||
#define MBED_MINOR_VERSION 2
|
||||
#define MBED_PATCH_VERSION 1
|
||||
#define MBED_MINOR_VERSION 4
|
||||
#define MBED_PATCH_VERSION 0
|
||||
|
||||
#else
|
||||
// mbed 2
|
||||
|
|
Loading…
Reference in New Issue