drivers/lpsxxx: fix typos
This commit is contained in:
parent
f81e5c552a
commit
12223c4e6e
@ -84,7 +84,7 @@ int lpsxxx_init(lpsxxx_t *dev, const lpsxxx_params_t * params)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Disable automatic increment of register address during byte access
|
/* Disable automatic increment of register address during byte access
|
||||||
(recommanded in datasheet (section 9.6 CTRL_REG2) */
|
(recommended in datasheet (section 9.6 CTRL_REG2) */
|
||||||
tmp &= ~LPSXXX_CTRL_REG2_ID_ADD_INC;
|
tmp &= ~LPSXXX_CTRL_REG2_ID_ADD_INC;
|
||||||
|
|
||||||
DEBUG("[lpsxxx] init: update reg2, %02X\n", tmp);
|
DEBUG("[lpsxxx] init: update reg2, %02X\n", tmp);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user