Skip to content

Commit d381c30

Browse files
committed
prelude: expose PicoResult
1 parent d342db3 commit d381c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
pub mod prelude {
142142
pub use pico_common::{
143143
ChannelConfig, Driver, PicoChannel, PicoCoupling, PicoError, PicoInfo, PicoRange,
144-
PicoStatus,
144+
PicoStatus, PicoResult,
145145
};
146146
pub use pico_device::PicoDevice;
147147
pub use pico_download::{cache_resolution, download_drivers_to_cache};

0 commit comments

Comments
 (0)