1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/saul
Kees Bakker 0cb92e1e51 drivers: replace memset by simple assignments
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.
2019-01-07 21:59:25 +01:00
..
adc_saul.c drivers: replace memset by simple assignments 2019-01-07 21:59:25 +01:00
gpio_saul.c drivers: replace memset by simple assignments 2019-01-07 21:59:25 +01:00
Makefile sys/saul: Add analog inputs to SAUL via periph/adc 2016-04-08 10:18:12 +02:00
saul_str.c drivers/saul: Added sensor type RSSI 2018-11-06 11:07:13 +01:00
saul.c saul: use const for device parameter 2017-06-26 20:25:37 +02:00