We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d879dd + 6044523 commit 7818032Copy full SHA for 7818032
examples/nunchuck.rs
@@ -19,7 +19,7 @@ extern crate i2cdev;
19
#[cfg(any(target_os = "linux", target_os = "android"))]
20
use i2cdev::linux::*;
21
22
-#[cfg(any(target_os = "linux", taret_os = "android"))]
+#[cfg(any(target_os = "linux", target_os = "android"))]
23
mod nunchuck {
24
use std::error::Error;
25
use std::fmt;
0 commit comments