We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34e299a commit a2668e2Copy full SHA for a2668e2
mbed.h
@@ -16,13 +16,13 @@
16
#ifndef MBED_H
17
#define MBED_H
18
19
-#define MBED_LIBRARY_VERSION -1
+#define MBED_LIBRARY_VERSION 0
20
21
#if MBED_CONF_RTOS_PRESENT
22
// RTOS present, this is valid only for mbed OS 5
23
#define MBED_MAJOR_VERSION 5
24
#define MBED_MINOR_VERSION 5
25
-#define MBED_PATCH_VERSION -1
+#define MBED_PATCH_VERSION 0
26
27
#else
28
// mbed 2
@@ -38,10 +38,6 @@
38
#include "rtos/rtos.h"
39
#endif
40
41
-#if MBED_CONF_RTOS_PRESENT
42
-#include "rtos/rtos.h"
43
-#endif
44
-
45
#if MBED_CONF_NSAPI_PRESENT
46
#include "netsocket/nsapi.h"
47
#include "netsocket/nsapi_ppp.h"
0 commit comments