Skip to content

Commit b53be6c

Browse files
committed
Re-export PAC as pac for consistency with other crates
Signed-off-by: Daniel Egger <[email protected]>
1 parent 6972554 commit b53be6c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Reexport PAC as `pac` for consistency with other crates, consider `stm32` virtually deprecated
13+
1014
## [v0.8.3] - 2020-06-12
1115

1216
### Fixed

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ pub mod otg_hs;
135135
))]
136136
pub mod rng;
137137

138+
#[cfg(feature = "device-selected")]
139+
pub use stm32 as pac;
140+
138141
#[cfg(feature = "device-selected")]
139142
pub mod dwt;
140143
#[cfg(feature = "device-selected")]

0 commit comments

Comments
 (0)