Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
70: Fix typo in Wii Nunchuck example r=eldruin a=rpoisel



Co-authored-by: Rainer Poisel <[email protected]>
  • Loading branch information
bors[bot] and rpoisel authored Apr 10, 2022
2 parents 4d879dd + 6044523 commit 7818032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nunchuck.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7818032

Please sign in to comment.