From f73481f39f6c1af45361b0d68aa342f9e8925929 Mon Sep 17 00:00:00 2001 From: Demo for summer'23 <123392361+lure23@users.noreply.github.com> Date: Sat, 25 Jan 2025 17:00:08 +0200 Subject: [PATCH] remove unused constant --- examples/apps/src/ble_bas_peripheral.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/apps/src/ble_bas_peripheral.rs b/examples/apps/src/ble_bas_peripheral.rs index b3663b28..c947a40a 100644 --- a/examples/apps/src/ble_bas_peripheral.rs +++ b/examples/apps/src/ble_bas_peripheral.rs @@ -8,8 +8,6 @@ const CONNECTIONS_MAX: usize = 1; /// Max number of L2CAP channels. const L2CAP_CHANNELS_MAX: usize = 2; // Signal + att -const MAX_ATTRIBUTES: usize = 10; - // GATT Server definition #[gatt_server] struct Server {