1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-16 18:13:49 +01:00

sys/arduino: fix typos

This commit is contained in:
Kaspar Schleiser 2019-10-23 21:16:21 +02:00
parent 31fe89e4a2
commit c8b43b8ca4

View File

@ -40,7 +40,7 @@
* -# build, flash, and run your application the usual RIOT-way: simply call * -# build, flash, and run your application the usual RIOT-way: simply call
* `make all`, `make flash`, `make term`, etc. * `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 * Arduino sketches - you simply have to add the includes to your sketch and
* the corresponding modules to your `Makefile`. * the corresponding modules to your `Makefile`.
* *