Skip to content

Commit e212554

Browse files
committed
octospi: allow unused imports
1 parent cc5ad05 commit e212554

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/xspi/octospi.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
//!
33
//! See the parent module for documentation
44
5+
#[allow(unused)] // TODO remove
56
use crate::{
67
gpio::{
78
gpioa::{PA1, PA2, PA3, PA6, PA7},

0 commit comments

Comments
 (0)