Skip to content

Commit

Permalink
feat: Testing release-plz
Browse files Browse the repository at this point in the history
  • Loading branch information
BroderickCarlin committed Nov 27, 2023
1 parent 591a424 commit 27d189d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//! mode that best fits their application requirements.
//!
//! This crate makes no assumptions for the protocol, if any, used on top of the a7105.
//! Instead, the responsiblity of this crate end at configuring the radio and
//! Instead, the responsibility of this crate end at configuring the radio and
//! reading/writing raw bytes over the air.
//!
//! Sync and Async support is through [`embedded-hal`](https://crates.io/crates/embedded-hal)
Expand Down
2 changes: 2 additions & 0 deletions src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ pub use crate::commands::{Command, Mode};
pub use crate::error::{PacketError, ReadPacketError};
pub use crate::registers;
pub use crate::A7105;

pub fn foo() {}

0 comments on commit 27d189d

Please sign in to comment.