Skip to content

Commit

Permalink
riot-rs-boards: fix some compilation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Feb 22, 2024
1 parent 045f4f5 commit 9cbbc64
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions src/riot-rs-boards/dwm1001/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#![no_std]

use nrf52;

use riot_rs_rt::debug::println;

pub fn init() {
Expand Down
2 changes: 0 additions & 2 deletions src/riot-rs-boards/microbit-v2/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#![no_std]

use nrf52;

use riot_rs_rt::debug::println;

pub fn init() {
Expand Down
2 changes: 0 additions & 2 deletions src/riot-rs-boards/microbit/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#![no_std]

use nrf51;

use riot_rs_rt::debug::println;

pub fn init() {
Expand Down
2 changes: 0 additions & 2 deletions src/riot-rs-boards/nrf52840-mdk/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#![no_std]

use nrf52;

use riot_rs_rt::debug::println;

pub fn init() {
Expand Down
2 changes: 0 additions & 2 deletions src/riot-rs-boards/nrf52dk/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#![no_std]

use nrf52;

use riot_rs_rt::debug::println;

pub fn init() {
Expand Down

0 comments on commit 9cbbc64

Please sign in to comment.