Official mbed Real Time Operating System based on the RTX implementation of the CMSIS-RTOS API open standard.

Dependents:   denki-yohou_b TestY201 Network-RTOS NTPClient_HelloWorld ... more

Deprecated

This is the mbed 2 rtos library. mbed OS 5 integrates the mbed library with mbed-rtos. With this, we have provided thread safety for all mbed APIs. If you'd like to learn about using mbed OS 5, please see the docs.

Revision:
11:db1fc233faa9
Parent:
10:fcb1f103f7a1
Child:
31:015df9e602b6
--- a/rtx/rt_CMSIS.c	Wed Apr 24 14:45:21 2013 +0000
+++ b/rtx/rt_CMSIS.c	Tue Apr 30 10:51:19 2013 +0000
@@ -47,7 +47,7 @@
 #endif
 
 #include "rt_TypeDef.h"
-#include "RTX_Config.h"
+#include "RTX_Conf.h"
 #include "rt_System.h"
 #include "rt_Task.h"
 #include "rt_Event.h"