Skip to content

Commit

Permalink
Remove Task from main.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlixANNERAUD committed Jun 12, 2024
1 parent 11fda37 commit d30b2e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ use esp_idf_hal::{
#[cfg(target_os = "espidf")]
use esp_idf_sys as _; // If using the `binstart` feature of `esp-idf-sys`, always keep this module imported

mod Task;
mod Users;
use Virtual_machine;

Expand Down

0 comments on commit d30b2e6

Please sign in to comment.