mirror of
https://github.com/stakwork/sphinx-key.git
synced 2025-12-18 07:44:21 +01:00
Ignore warnings on simple_fs_test
This commit is contained in:
@@ -5,6 +5,7 @@ mod periph;
|
||||
|
||||
use crate::core::{config::*, events::*};
|
||||
use crate::periph::led::led_control_loop;
|
||||
#[allow(unused_imports)]
|
||||
use crate::periph::sd::{mount_sd_card, simple_fs_test};
|
||||
|
||||
use anyhow::Result;
|
||||
|
||||
@@ -133,6 +133,7 @@ pub fn mount_sd_card() -> anyhow::Result<()> {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub fn simple_fs_test() {
|
||||
// Create and write a file, append a file, read a file, delete a file, create a directory, write a file
|
||||
|
||||
|
||||
Reference in New Issue
Block a user