Skip to content

Commit 7a2c063

Browse files
author
Sandra ter Maat
committed
removed personal vscode settings and edited twim
1 parent a2ada3b commit 7a2c063

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

nrf-hal-common/src/twim.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ use core::ops::Deref;
88
use core::sync::atomic::{compiler_fence, Ordering::SeqCst};
99

1010
#[cfg(any(feature = "9160", feature = "5340-app", feature = "5340-net"))]
11-
// use crate::pac::{
12-
// twim0_ns as twim0, TWIM0_NS as TWIM0, TWIM1_NS as TWIM1, TWIM2_NS as TWIM2, TWIM3_NS as TWIM3 };
1311
use crate::pac::{twim0_ns as twim0, TWIM0_NS as TWIM0};
1412

1513
#[cfg(any(feature = "9160", feature = "5340-app"))]

0 commit comments

Comments
 (0)