diff options
Diffstat (limited to 'embassy-rp/src/uart/mod.rs')
| -rw-r--r-- | embassy-rp/src/uart/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-rp/src/uart/mod.rs b/embassy-rp/src/uart/mod.rs index b730d33e3..cfbce493c 100644 --- a/embassy-rp/src/uart/mod.rs +++ b/embassy-rp/src/uart/mod.rs | |||
| @@ -544,7 +544,7 @@ impl<'d> UartRx<'d, Async> { | |||
| 544 | /// * If you expect a message of 20 bytes + line break, and provide a 21-byte buffer: | 544 | /// * If you expect a message of 20 bytes + line break, and provide a 21-byte buffer: |
| 545 | /// * The first call to `read_to_break()` will return `Ok(20)`. | 545 | /// * The first call to `read_to_break()` will return `Ok(20)`. |
| 546 | /// * The next call to `read_to_break()` will work as expected | 546 | /// * The next call to `read_to_break()` will work as expected |
| 547 | /// | 547 | /// |
| 548 | /// **NOTE**: In the UART context, a line break refers to a break condition (the line being held low for | 548 | /// **NOTE**: In the UART context, a line break refers to a break condition (the line being held low for |
| 549 | /// for longer than a single character), not an ASCII line break. | 549 | /// for longer than a single character), not an ASCII line break. |
| 550 | pub async fn read_to_break_with_count( | 550 | pub async fn read_to_break_with_count( |
