We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1257f2 commit 0d85339Copy full SHA for 0d85339
src/blocking/spi.rs
@@ -108,7 +108,6 @@ pub mod write_iter {
108
/// Operation for transactional SPI trait
109
///
110
/// This allows composition of SPI operations into a single bus transaction
111
-#[cfg(feature = "unproven")]
112
#[derive(Debug, PartialEq)]
113
pub enum Operation<'a, W: 'static> {
114
/// Write data from the provided buffer, discarding read data
@@ -119,7 +118,6 @@ pub enum Operation<'a, W: 'static> {
119
118
120
/// Transactional trait allows multiple actions to be executed
121
/// as part of a single SPI transaction
122
123
pub trait Transactional<W: 'static> {
124
/// Associated error type
125
type Error;
0 commit comments