From 638964fe4a127abc204de26f3288bcaac3d92c00 Mon Sep 17 00:00:00 2001 From: Julian Gaal Date: Mon, 15 Apr 2019 23:34:44 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a7c6ed..2ad527f 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ fn main() -> Result<(), Error> { ``` #### Compile linux example * full file [here](https://github.com/juliangaal/mpu6050/blob/master/src/bin/linux.rs) -* Requirements f: `apt-get install -qq gcc-arm-linux-gnueabihf libc6-armhf-cross libc6-dev-armhf-cross` +* Requirements: `apt-get install -qq gcc-arm-linux-gnueabihf libc6-armhf-cross libc6-dev-armhf-cross` * cross-compile with `cargo build --bin main --target=arm-unknown-linux-gnueabihf` ## TODO