Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
svd2rust: breaking changes from update to v0.15.0
svd2rust makes the following breaking change > [breaking-change] for access to alternate registers functions now used instead of untagged_unions (no more nightly features) Fix by making function calls for `cmrrX_output`. Fixing this will be a breaking change for anyone building `stm32-rs` locally. To bring your build enviroment up-to-date: ``` cargo install svd2rust --force ``` Closes stm32-rs#29 Unblocks stm32-rs#28 and others
- Loading branch information