mbed-os5 only for TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Revision:
1:9db0e321a9f4
Parent:
0:5b88d5760320
--- a/rtos/rtos.h	Tue Dec 17 23:23:45 2019 +0000
+++ b/rtos/rtos.h	Tue Dec 31 06:02:27 2019 +0000
@@ -1,6 +1,4 @@
 
-/** \addtogroup rtos */
-/** @{*/
 /* mbed Microcontroller Library
  * Copyright (c) 2006-2012 ARM Limited
  *
@@ -25,7 +23,7 @@
 #ifndef RTOS_H
 #define RTOS_H
 
-#include "mbed_rtos_storage.h"
+#include "rtos/mbed_rtos_storage.h"
 #include "rtos/Kernel.h"
 #include "rtos/Thread.h"
 #include "rtos/ThisThread.h"
@@ -38,12 +36,13 @@
 #include "rtos/EventFlags.h"
 #include "rtos/ConditionVariable.h"
 
+
+/** \defgroup rtos-public-api RTOS
+ * \ingroup mbed-os-public
+ */
+
 #ifndef MBED_NO_GLOBAL_USING_DIRECTIVE
 using namespace rtos;
 #endif
 
-#include "platform/mbed_version.h"
-
 #endif
-
-/** @}*/