mirror of https://github.com/ARMmbed/mbed-os.git
Fixed typo in the doc
parent
a534c20a17
commit
820d79d84b
|
@ -53,7 +53,7 @@ Each mbed library can have an optional `mbed_lib.json` file located in the root
|
||||||
|
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
"name": mylib,
|
"name": "mylib",
|
||||||
"config": {
|
"config": {
|
||||||
"buffer_size": 1024,
|
"buffer_size": 1024,
|
||||||
"timer_period": {
|
"timer_period": {
|
||||||
|
|
Loading…
Reference in New Issue