Skip to content

Commit e75c534

Browse files
stray comma
1 parent 6842c87 commit e75c534

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/FEATURE_BLE/targets/TARGET_CORDIO/mbed_lib.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
},
4949
"desired-att-mtu": {
5050
"help": "Desired ATT_MTU, this needs to be between 23 and 517 (inclusive).",
51-
"value": 23,
51+
"value": 23
5252
},
5353
"max-prepared-writes": {
5454
"help": "Number of queued prepare writes supported by server.",
55-
"value": 4,
55+
"value": 4
5656
}
5757
}
5858
}

0 commit comments

Comments
 (0)