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.
1 parent 4d879dd commit 6044523Copy full SHA for 6044523
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