From 867c66a76c1c27033173350cce6507bd1b9d4006 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Tue, 6 Feb 2024 20:17:57 +0800 Subject: [PATCH] update --- src/zble_module.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/zble_module.c b/src/zble_module.c index 6f73495..88ccb43 100644 --- a/src/zble_module.c +++ b/src/zble_module.c @@ -284,8 +284,6 @@ static void ble_dfu_evt_handler(ble_dfu_buttonless_evt_type_t event) { } } #endif -BLE_BAS_DEF(m_bas); /**< Structure used to identify the Battery Service. */ - // static ble_uuid_t m_adv_uuids[] = /**< Universally unique service identifier. */ // {{0x0002, BLE_UUID_TYPE_VENDOR_BEGIN}};