mdot_rtos

Fork of mbed-rtos by mbed official

Revision:
121:4dc938e301cc
Parent:
119:6635230e06ba
--- a/rtos/rtos.h	Wed Aug 10 16:09:20 2016 +0100
+++ b/rtos/rtos.h	Thu Aug 18 14:38:56 2016 +0100
@@ -37,8 +37,8 @@
 */
 #include "mbed.h"
 
-#if (MBED_LIBRARY_VERSION < 122)
-#error "This version of RTOS requires mbed library version > 121"
+#if (MBED_LIBRARY_VERSION < 124)
+#error "This version of RTOS requires mbed library version > 123"
 #endif
 
 #endif