mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9ed7d2dc18
All DS18 functions have a dev argument. All except the init function use it as an IN parameter, so we can prototype it as const ds18_t*. As a consequence we can drop the cast in read_temperature() in ds18_saul.c which was the primary trigger for the changes. The commit also follows the preferred convention that "params" is a field in the device struct. Only the init function needs to write it. |
||
---|---|---|
.. | ||
include | ||
ds18_internal.h | ||
ds18_saul.c | ||
ds18.c | ||
Makefile |