Skip to content

Commit

Permalink
remove unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
lure23 authored Jan 25, 2025
1 parent 516eec0 commit f73481f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/apps/src/ble_bas_peripheral.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f73481f

Please sign in to comment.