mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
d7a196e89e
commit
f3f4430b8f
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"name": "rtos",
|
||||
"config": {
|
||||
"present": 1
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue