Skip to content

Commit 0d85339

Browse files
Apply suggestions from code review
Remove unproven gates (this PR predates the hal changes) Co-Authored-By: Daniel Egger <[email protected]>
1 parent f1257f2 commit 0d85339

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/blocking/spi.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ pub mod write_iter {
108108
/// Operation for transactional SPI trait
109109
///
110110
/// This allows composition of SPI operations into a single bus transaction
111-
#[cfg(feature = "unproven")]
112111
#[derive(Debug, PartialEq)]
113112
pub enum Operation<'a, W: 'static> {
114113
/// Write data from the provided buffer, discarding read data
@@ -119,7 +118,6 @@ pub enum Operation<'a, W: 'static> {
119118

120119
/// Transactional trait allows multiple actions to be executed
121120
/// as part of a single SPI transaction
122-
#[cfg(feature = "unproven")]
123121
pub trait Transactional<W: 'static> {
124122
/// Associated error type
125123
type Error;

0 commit comments

Comments
 (0)