Skip to content

Commit 67f97d3

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

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@
22
"rust-analyzer.cargo.target": "thumbv7em-none-eabi",
33
"rust-analyzer.checkOnSave.allTargets": false,
44
"rust-analyzer.cargo.allFeatures": false,
5-
"rust-analyzer.cargo.features": [
6-
"5340-net"
7-
],
85
}

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)