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:
parent
a8b540adcf
commit
97d8e9fec1
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user