Skip to content

Commit 20eb660

Browse files
LDong-Armiriark01
andauthored
Apply suggestions from code review
Co-authored-by: Irit Arkin <irit.arkin@arm.com>
1 parent ba05c3e commit 20eb660

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/program-setup/serial/serial_communication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ mbed compile -t <TOOLCHAIN> -m <TARGET> --flash --sterm
7676
7777
## Additional examples - reading user inputs
7878
79-
In addition to printing messages, Mbed OS applications can also read keyboard inputs from the user. This is achievable with the [BufferedSerial](../apis/bufferedserial.html) and [UnbufferedSerial](../apis/unbufferedserial.html) classes.
79+
In addition to printing messages, Mbed OS applications can also read keyboard inputs from the user using the [BufferedSerial](../apis/bufferedserial.html) and [UnbufferedSerial](../apis/unbufferedserial.html) classes.
8080
8181
Use your terminal application to interact with the following examples.
8282

docs/tools/debug/debug_with_printf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Debugging using printf() statements
22

3-
An easy way to inspect what your application is doing is to augment your application with `printf()` statements. In Arm Mbed, you can use a serial connection to send feedback from your development board back to your computer.
3+
An easy way to inspect what your application is doing is to augment your application with `printf()` statements. In Mbed OS, you can use a serial connection to send feedback from your development board back to your computer.
44

55
## Prerequisites
66

7-
For a tutorial on setting up serial communication, see [Board to PC communication over USB](tutorials/serial-comm.html).
7+
For a tutorial on setting up serial communication, see [Board to PC communication over USB](../program-setup/serial-communication.html).
88

99
## Printf()
1010

0 commit comments

Comments
 (0)