From 42d3a58d6682f23c32ed003accd660e5ff50bdee Mon Sep 17 00:00:00 2001 From: paul-szczepanek-arm <33840200+paul-szczepanek-arm@users.noreply.github.com> Date: Thu, 7 Mar 2019 16:07:25 +0000 Subject: [PATCH] change tick rate to 1 ms --- features/FEATURE_BLE/targets/TARGET_CORDIO/mbed_lib.json | 1 + 1 file changed, 1 insertion(+) diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/mbed_lib.json b/features/FEATURE_BLE/targets/TARGET_CORDIO/mbed_lib.json index 519afed828..bad3e71734 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/mbed_lib.json +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/mbed_lib.json @@ -1,5 +1,6 @@ { "name": "cordio", + "macros": [ "WSF_MS_PER_TICK=1" ], "config": { "max-connections": { "help": "Maximum number of connections",