Skip to content

Commit

Permalink
Remove unused import (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani authored Oct 26, 2023
1 parent d38763f commit 85a17fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion esp-wifi/src/common_adapter/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use crate::binary::include::esp_event_base_t;
use crate::binary::include::esp_timer_create_args_t;
use crate::binary::include::esp_timer_get_time;
use crate::binary::include::esp_timer_handle_t;
use crate::binary::include::timeval;

use crate::compat::common::*;
use crate::compat::timer_compat::*;
Expand Down

0 comments on commit 85a17fd

Please sign in to comment.