Merge pull request #13878 from evedon/blockdevice-library

Add missing blockdevice mbed_lib.json
pull/13904/head
Martin Kojtal 2020-11-12 08:44:48 +00:00 committed by GitHub
commit 65097e1c07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{
"name": "bare-metal",
"requires": ["platform", "drivers", "rtos-api", "mbed-trace"]
"requires": ["platform", "drivers", "rtos-api", "mbed-trace", "blockdevice"]
}

View File

@ -0,0 +1,3 @@
{
"name": "blockdevice"
}