Skip to content

Commit 6044523

Browse files
committed
Fix typo in Wii Nunchuck example
1 parent 4d879dd commit 6044523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/nunchuck.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ extern crate i2cdev;
1919
#[cfg(any(target_os = "linux", target_os = "android"))]
2020
use i2cdev::linux::*;
2121

22-
#[cfg(any(target_os = "linux", taret_os = "android"))]
22+
#[cfg(any(target_os = "linux", target_os = "android"))]
2323
mod nunchuck {
2424
use std::error::Error;
2525
use std::fmt;

0 commit comments

Comments
 (0)