From f36e58b039cd0477a2e4ab3d96a886837f12337e Mon Sep 17 00:00:00 2001 From: paul-szczepanek-arm <33840200+paul-szczepanek-arm@users.noreply.github.com> Date: Thu, 23 Aug 2018 10:30:14 +0100 Subject: [PATCH] update readme --- features/FEATURE_BLE/targets/TARGET_CORDIO/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/README.md b/features/FEATURE_BLE/targets/TARGET_CORDIO/README.md index ba27e139e3..82a93bdf7b 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/README.md +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/README.md @@ -18,8 +18,7 @@ porting guide. implementation. * `sources`: BLE API Implementation files * `stack`: Cordio stack - * `cordio_stack`: Headerd of the cordio stack - * `lib`: precompiled libraries of the cordio stack + * `cordio_stack`: Headers and sources of the cordio stack * `mbed_os_adaptation`: Headers of the interface responsible for the bridge between BLE API and the Cordio stack.