Skip to content
Snippets Groups Projects
Unverified Commit c3f32182 authored by Gaëtan Harter's avatar Gaëtan Harter Committed by GitHub
Browse files

Merge pull request #9613 from miri64/lis3mdl/fix/default-params

lis3mdl: fix default params
parents bf3ce68a e9865626
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment