diff --git a/examples/nunchuck.rs b/examples/nunchuck.rs index fc2b67df..50f5e980 100644 --- a/examples/nunchuck.rs +++ b/examples/nunchuck.rs @@ -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;