Skip to content

Commit 7818032

Browse files
bors[bot]rpoisel
andauthored
Merge #70
70: Fix typo in Wii Nunchuck example r=eldruin a=rpoisel Co-authored-by: Rainer Poisel <rainer.poisel@gmail.com>
2 parents 4d879dd + 6044523 commit 7818032

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)