Skip to content

Commit f904d59

Browse files
adamgreenper1234
authored andcommitted
Fix typos & grammatical errors
Update libraries/ThreadMRI/library.properties Co-Authored-By: per1234 <accounts@perglass.com> Update libraries/ThreadMRI/examples/ThreadMRI/ThreadMRI.ino Co-Authored-By: per1234 <accounts@perglass.com>
1 parent 67c6d2e commit f904d59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libraries/ThreadMRI/examples/ThreadMRI/ThreadMRI.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* This example demonstrates how to include the MRI library which
2-
allows to debug the Portenta H7 Cortex-M7 core with GDB via a
2+
allows debugging the Portenta H7 Cortex-M7 core with GDB via a
33
serial interface.
44
*/
55

libraries/ThreadMRI/library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name=Thread Mode Debug Monitor for Remote Inspection
22
version=1.0.0
33
author=Adam Green <adamgreen@users.noreply.github.com>
44
maintainer=Arduino <info@arduino.cc>
5-
sentence=Library to enable GDB debugging of Thread Mode code running on the Adruino Portenta H7 over the USB serial connection.
6-
paragraph=Library to enable GDB debugging of Thread Mode code running on the Adruino Portenta H7 over the USB serial connection.
5+
sentence=Library to enable GDB debugging of Thread Mode code running on the Arduino Portenta H7 over the USB serial connection.
6+
paragraph=Library to enable GDB debugging of Thread Mode code running on the Arduino Portenta H7 over the USB serial connection.
77
category=Communication
88
url=
99
architectures=mbed

0 commit comments

Comments
 (0)