mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
0cb92e1e51
A memset was used to clear two of the SAUL values in phydat_t::val The change is to replace that by the following res->val[1] = 0; res->val[2] = 0; which makes the code more obvious. |
||
---|---|---|
.. | ||
include | ||
Makefile | ||
pir_saul.c | ||
pir.c |