From e75c5344451e674318e5848ef33c5150ce6381c0 Mon Sep 17 00:00:00 2001 From: paul-szczepanek-arm <33840200+paul-szczepanek-arm@users.noreply.github.com> Date: Mon, 25 Feb 2019 15:23:35 +0000 Subject: [PATCH] stray comma --- features/FEATURE_BLE/targets/TARGET_CORDIO/mbed_lib.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/mbed_lib.json b/features/FEATURE_BLE/targets/TARGET_CORDIO/mbed_lib.json index 0f86b9c8af..cd868d130a 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/mbed_lib.json +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/mbed_lib.json @@ -48,11 +48,11 @@ }, "desired-att-mtu": { "help": "Desired ATT_MTU, this needs to be between 23 and 517 (inclusive).", - "value": 23, + "value": 23 }, "max-prepared-writes": { "help": "Number of queued prepare writes supported by server.", - "value": 4, + "value": 4 } } } \ No newline at end of file