From 604452374431890f978471e03533fd82a5e51447 Mon Sep 17 00:00:00 2001 From: Rainer Poisel Date: Sun, 10 Apr 2022 11:49:27 +0200 Subject: [PATCH] Fix typo in Wii Nunchuck example --- examples/nunchuck.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nunchuck.rs b/examples/nunchuck.rs index fc2b67df..50f5e980 100644 --- a/examples/nunchuck.rs +++ b/examples/nunchuck.rs @@ -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;