1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

lis3mdl: fix default params

In the default config .odr and .scale where switched around.
This commit is contained in:
Martine Lenders 2018-07-19 19:14:01 +02:00
parent 0d3af49278
commit e986562631

View File

@ -58,8 +58,8 @@ extern "C" {
.addr = LIS3MDL_PARAM_ADDR, \
.xy_mode = LIS3MDL_PARAM_XYMODE, \
.z_mode = LIS3MDL_PARAM_ZMODE, \
.odr = LIS3MDL_PARAM_SCALE, \
.scale = LIS3MDL_PARAM_ODR, \
.odr = LIS3MDL_PARAM_ODR, \
.scale = LIS3MDL_PARAM_SCALE, \
.op_mode = LIS3MDL_PARAM_OPMODE }
#endif
#ifndef LIS3MDL_SAUL_INFO