Skip to content

Commit

Permalink
Merge branch 'main' into allow-getting-and-setting-all-attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
petekubiak authored Feb 27, 2025
2 parents 55819aa + 1b5b70b commit e4c7f42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion host/src/attribute_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ impl<'values, M: RawMutex, const MAX: usize> AttributeServer<'values, M, MAX> {
}
w.write(att.handle)?;
w.write(att.last_handle_in_group)?;
w.write_ref(uuid)?;
}
}
}
Expand Down

0 comments on commit e4c7f42

Please sign in to comment.