From c8b43b8ca4e84d7b7542ee9d62b0653102bacfdb Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Wed, 23 Oct 2019 21:16:21 +0200 Subject: [PATCH] sys/arduino: fix typos --- sys/arduino/doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arduino/doc.txt b/sys/arduino/doc.txt index 7a35e8bac2..53118a3a9c 100644 --- a/sys/arduino/doc.txt +++ b/sys/arduino/doc.txt @@ -40,7 +40,7 @@ * -# build, flash, and run your application the usual RIOT-way: simply call * `make all`, `make flash`, `make term`, etc. * - * Thats all. As bonus you can of course use any existing RIOT code inside your + * That's all. As bonus you can of course use any existing RIOT code inside your * Arduino sketches - you simply have to add the includes to your sketch and * the corresponding modules to your `Makefile`. *