Skip to content

Commit a2668e2

Browse files
committed
Correct mbed-os patch version to 0 for rc2.
1 parent 34e299a commit a2668e2

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

mbed.h

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
#ifndef MBED_H
1717
#define MBED_H
1818

19-
#define MBED_LIBRARY_VERSION -1
19+
#define MBED_LIBRARY_VERSION 0
2020

2121
#if MBED_CONF_RTOS_PRESENT
2222
// RTOS present, this is valid only for mbed OS 5
2323
#define MBED_MAJOR_VERSION 5
2424
#define MBED_MINOR_VERSION 5
25-
#define MBED_PATCH_VERSION -1
25+
#define MBED_PATCH_VERSION 0
2626

2727
#else
2828
// mbed 2
@@ -38,10 +38,6 @@
3838
#include "rtos/rtos.h"
3939
#endif
4040

41-
#if MBED_CONF_RTOS_PRESENT
42-
#include "rtos/rtos.h"
43-
#endif
44-
4541
#if MBED_CONF_NSAPI_PRESENT
4642
#include "netsocket/nsapi.h"
4743
#include "netsocket/nsapi_ppp.h"

0 commit comments

Comments
 (0)