From 4ce36b3728f99b41adeab7a1294927930128d4f9 Mon Sep 17 00:00:00 2001 From: Paul Szczeanek Date: Wed, 10 Jun 2020 13:15:03 +0100 Subject: [PATCH] missing def arm id in ll_defs --- .../targets/TARGET_CORDIO/stack/wsf/include/ll_defs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/include/ll_defs.h b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/include/ll_defs.h index c1d67335b3..03c81f1bb8 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/include/ll_defs.h +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack/wsf/include/ll_defs.h @@ -45,6 +45,8 @@ extern "C" { #define LL_VER_BT_CORE_SPEC_5_2 0x0B /*!< Bluetooth core specification 5.2 */ #define LL_VER_BT_CORE_SPEC_SYDNEY 0x0C /*!< Bluetooth core specification Sydney */ +#define LL_COMP_ID_ARM 0x005F /*!< ARM Ltd. company ID. */ + /*** Common ***/ #define LL_RSSI_MIN -127 /*!< Minimum RSSI value. */