aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2020-03-16 21:50:09 +0300
committerRichard Weickelt <richard@weickelt.de>2020-03-17 11:34:25 +0000
commitdcd57b60f8a79a2ee9c46cb5fddf60846302d375 (patch)
treec2f0c206e4b95ff5297f5b1fc3aa3f192be72448 /examples
parent175904698ae0974f463d242fba691bcf4afc96f2 (diff)
baremetal: Fix some typos in README files of examples
Change-Id: I5fac5a0a690b9302276acddb502c6be6b9492b60 Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/baremetal/at90can128olimex/redblink/README.md2
-rw-r--r--examples/baremetal/msp430f5529/redblink/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/baremetal/at90can128olimex/redblink/README.md b/examples/baremetal/at90can128olimex/redblink/README.md
index 0e9710e57..cbf51898d 100644
--- a/examples/baremetal/at90can128olimex/redblink/README.md
+++ b/examples/baremetal/at90can128olimex/redblink/README.md
@@ -1,4 +1,4 @@
-This examples demonstrates how to build a bare-metal application using
+This example demonstrates how to build a bare-metal application using
different AVR toolchains. It is designed for the OLIMEX AVR-CAN target
board (based on at90can128 chip) and simply flashes the red LED on the
board.
diff --git a/examples/baremetal/msp430f5529/redblink/README.md b/examples/baremetal/msp430f5529/redblink/README.md
index 3affbaf7e..2f63b2349 100644
--- a/examples/baremetal/msp430f5529/redblink/README.md
+++ b/examples/baremetal/msp430f5529/redblink/README.md
@@ -1,4 +1,4 @@
-This examples demonstrates how to build a bare-metal application using
+This example demonstrates how to build a bare-metal application using
different MSP430 toolchains. It is designed for the MSP-EXP430F5529LP
target board (based on msp430f5529 chip) and simply flashes the red
LED on the board.