RTOS - add config mbed_lib.json file

Defines that rtos is present, this resolves in the macro:
"MBED_CONF_RTOS_PRESENT=1"
pull/1884/head
0xc0170 2016-06-08 18:41:29 +01:00
parent d7a196e89e
commit f3f4430b8f
1 changed files with 6 additions and 0 deletions

6
rtos/mbed_lib.json Normal file
View File

@ -0,0 +1,6 @@
{
"name": "rtos",
"config": {
"present": 1
}
}