Skip to content

Commit 8a7b4ec

Browse files
authored
Always export binary-info crate as a module.
1 parent 5380a65 commit 8a7b4ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rp2040-hal/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ pub mod adc;
5252
#[macro_use]
5353
pub mod async_utils;
5454
pub(crate) mod atomic_register_access;
55-
#[cfg(feature = "binary-info")]
5655
pub use rp_binary_info as binary_info;
5756
pub mod clocks;
5857
#[cfg(feature = "critical-section-impl")]

0 commit comments

Comments
 (0)