Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
lulf committed Sep 2, 2024
1 parent b94416e commit 4cc892a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion host/tests/gatt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ async fn gatt_client_server() {
.add_characteristic(
VALUE_UUID.clone(),
&[CharacteristicProp::Read, CharacteristicProp::Write, CharacteristicProp::Notify],
&mut value);
&mut value)
.build();

let server = adapter.gatt_server::<NoopRawMutex, 10, 27>(&table);

Expand Down

0 comments on commit 4cc892a

Please sign in to comment.