Skip to content

Commit 526da72

Browse files
burrbullEmilgardis
andauthored
Update svd-parser/src/lib.rs
Co-authored-by: Emil Gardström <emil.gardstrom@gmail.com>
1 parent fa9cd9d commit 526da72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

svd-parser/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,8 @@ mod writeconstraint;
202202
#[cfg(feature = "expand")]
203203
mod expand;
204204

205+
#[cfg(feature = "expand")]
206+
pub use expand::expand;
205207
/// SVD parse Errors.
206208
#[derive(Clone, Debug, PartialEq, thiserror::Error)]
207209
pub enum SVDError {

0 commit comments

Comments
 (0)