Skip to content

Commit 6020615

Browse files
Update cortex-m-rt/CHANGELOG.md
Co-authored-by: Daniel Egger <[email protected]>
1 parent be04550 commit 6020615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-m-rt/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212
- Add `zero-init-ram` feature to initialize RAM with zeros on startup.
1313
This can be necessary to properly initialise hardware error detection.
1414
- Add optional `exception` argument for `HardFault`.
15-
It has one option `trampoline` which is true by default. When set to false,
15+
It has one option `trampoline` which is `true` by default. When set to `false`,
1616
no trampoline will be created and the function will be called as the
1717
exception handler directly.
1818
- MSRV increased to 1.60.0 to align with `embedded-hal` version 1.

0 commit comments

Comments
 (0)