Fix all warnings on embassy-rp and embassy-rp-examples and

embassy-std-examples
This commit is contained in:
Rukai
2021-05-18 22:11:20 +10:00
committed by Lucas Kent
parent 58723a8e76
commit 2363a019e2
8 changed files with 10 additions and 11 deletions

View File

@ -1,7 +1,7 @@
use std::fs::{self, File};
use std::env;
use std::fs::File;
use std::io::Write;
use std::path::{Path, PathBuf};
use std::{env, ffi::OsStr};
use std::path::PathBuf;
fn main() {
// Put the linker script somewhere the linker can find it