mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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
|
||||
(recommanded in datasheet (section 9.6 CTRL_REG2) */
|
||||
(recommended in datasheet (section 9.6 CTRL_REG2) */
|
||||
tmp &= ~LPSXXX_CTRL_REG2_ID_ADD_INC;
|
||||
|
||||
DEBUG("[lpsxxx] init: update reg2, %02X\n", tmp);
|
||||
|
Loading…
Reference in New Issue
Block a user