Skip to content

Commit

Permalink
Remove unnecessary call that no longer exists upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jun 16, 2024
1 parent 3c6ef5b commit 81211a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ble.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,6 @@ where
where
F: FnMut(GattPeripheralEvent) + Send + 'd,
{
let _pin = service_adv_data.pin();

let gap = EspBleGap::new(&self.driver)?;
let gatts = EspGatts::new(&self.driver)?;

Expand Down

0 comments on commit 81211a6

Please sign in to comment.