Skip to content

Commit

Permalink
still have a warning on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
TuEmb committed Aug 30, 2024
1 parent 3868114 commit 33db20f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ fn main() -> io::Result<()> {
}

// Find available socket CAN
#[cfg(target_os = "linux")]
let ui_handle = ui.as_weak();
#[cfg(target_os = "linux")]
std::thread::spawn(move || loop {
Expand Down

0 comments on commit 33db20f

Please sign in to comment.