Official mbed Real Time Operating System based on the RTX implementation of the CMSIS-RTOS API open standard.
Dependents: Assignment_3__Embedded_Software
Fork of mbed-rtos by
Diff: rtos/rtos.h
- Revision:
- 120:4dc938e301cc
- Parent:
- 118:6635230e06ba
- Child:
- 123:58563e6cba1e
--- 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