Skip to content

Commit f267cf2

Browse files
sebromeroaentinger
andauthored
Update docs/05-threadsafe-spi.md
Co-authored-by: Alexander Entinger <[email protected]>
1 parent a20d890 commit f267cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/05-threadsafe-spi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ byte bmp388_read_reg(byte const reg_addr)
4747
### Synchronous thread-safe `SPI` access with `transfer_and_wait`
4848
([`examples/Threadsafe_IO/SPI`](../examples/Threadsafe_IO/SPI))
4949
50-
As the use of the `transfer` API might be difficult to grasp there's also a synchronous API call combining the request of the transfer and waiting for its result using `transfer_and_wait`.
50+
As the use of the `transfer` API might be difficult to grasp there's also a synchronous API call combining the request of the transfer and waiting for its result using `transfer_and_wait`.
5151
```C++
5252
byte bmp388_read_reg(byte const reg_addr)
5353
{

0 commit comments

Comments
 (0)