Skip to content

Commit

Permalink
Remove unnecessary request copy
Browse files Browse the repository at this point in the history
This patch removes an unnecessary take_request call from
Service::process, reducing the stack usage by roughly 5 kB.
  • Loading branch information
robin-nitrokey committed Oct 25, 2023
1 parent e5f39b2 commit 91d501b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added optional support for API extensions in `serde_extensions` module
behind the `serde-extensions` feature.
- Added `types::Path` re-export of `littlefs2::path::Path`.
- Reduced stack usage of `Service::process`.

### Changed

Expand Down

0 comments on commit 91d501b

Please sign in to comment.