We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pac
1 parent 6972554 commit b53be6cCopy full SHA for b53be6c
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
10
+### Added
11
+
12
+- Reexport PAC as `pac` for consistency with other crates, consider `stm32` virtually deprecated
13
14
## [v0.8.3] - 2020-06-12
15
16
### Fixed
src/lib.rs
@@ -135,6 +135,9 @@ pub mod otg_hs;
135
))]
136
pub mod rng;
137
138
+#[cfg(feature = "device-selected")]
139
+pub use stm32 as pac;
140
141
#[cfg(feature = "device-selected")]
142
pub mod dwt;
143
0 commit comments