Skip to content

Commit f3f4430

Browse files
committed
RTOS - add config mbed_lib.json file
Defines that rtos is present, this resolves in the macro: "MBED_CONF_RTOS_PRESENT=1"
1 parent d7a196e commit f3f4430

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

rtos/mbed_lib.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "rtos",
3+
"config": {
4+
"present": 1
5+
}
6+
}

0 commit comments

Comments
 (0)