1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

doc/driver-guide.md: fix typo

This commit is contained in:
Benjamin Valentin 2019-11-28 19:33:35 +01:00
parent a8b540adcf
commit 97d8e9fec1

View File

@ -226,7 +226,7 @@ and sensors.
As stated above, we check communication of a device during initialization, and
handle error return values from the lower layers, where they exist. To prevent
subsequent missuse by passing NULL pointers and similar to the subsequent
subsequent misuse by passing NULL pointers and similar to the subsequent
functions, the recommended way is to check parameter using `assert`, e.g.:
@code{.c}