Skip to content

Commit

Permalink
Fix typo in Wii Nunchuck example
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoisel committed Apr 10, 2022
1 parent 4d879dd commit 6044523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nunchuck.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ extern crate i2cdev;
#[cfg(any(target_os = "linux", target_os = "android"))]
use i2cdev::linux::*;

#[cfg(any(target_os = "linux", taret_os = "android"))]
#[cfg(any(target_os = "linux", target_os = "android"))]
mod nunchuck {
use std::error::Error;
use std::fmt;
Expand Down

0 comments on commit 6044523

Please sign in to comment.