mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 17:43:51 +01:00
doc/driver-guide.md: fix typo
This commit is contained in:
parent
a8b540adcf
commit
97d8e9fec1
@ -226,7 +226,7 @@ and sensors.
|
|||||||
|
|
||||||
As stated above, we check communication of a device during initialization, and
|
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
|
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.:
|
functions, the recommended way is to check parameter using `assert`, e.g.:
|
||||||
|
|
||||||
@code{.c}
|
@code{.c}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user