Skip to content

Commit 07654bb

Browse files
author
Amanda Butler
authored
Delete link in RawSerial.md
Delete broken link.
1 parent 5c30a16 commit 07654bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/api/drivers/RawSerial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## RawSerial
22

3-
The RawSerial class provides UART functionality without the use of [Stream's](/docs/reference/api/platform/Stream.md) print and scan functions the way the Serial class does. RawSerial does not retarget the standard library print and scan functions. Instead, RawSerial reimplements the print and scan functions to use each target's underlying serial communication functions. See the porting guide for [target serial support](/docs/v5.7/reference/contributing-target.html#serial). This makes RawSerial suitable for use in interrupt handlers with the RTOS.
3+
The RawSerial class provides UART functionality without the use of Stream's print and scan functions the way the Serial class does. RawSerial does not retarget the standard library print and scan functions. Instead, RawSerial reimplements the print and scan functions to use each target's underlying serial communication functions. See the porting guide for [target serial support](/docs/v5.7/reference/contributing-target.html#serial). This makes RawSerial suitable for use in interrupt handlers with the RTOS.
44

55
Serial channels have the following configurable parameters in the constructor:
66

0 commit comments

Comments
 (0)