mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/bmx055: fix typos
This commit is contained in:
parent
5c4bf445bb
commit
da4d5be21f
@ -117,7 +117,7 @@ int bmx055_init(bmx055_t *dev, const bmx055_params_t *params)
|
||||
* softreset to bring module to normal mode
|
||||
*/
|
||||
if (i2c_write_reg(BUS, ADDR_ACC, 0x14, 0xB6, 0x0) < 0) {
|
||||
DEBUG("[bmx055] erro: setting accelerometer opmode\n");
|
||||
DEBUG("[bmx055] error: setting accelerometer opmode\n");
|
||||
i2c_release(BUS);
|
||||
return BMX055_NOWRITE;
|
||||
}
|
||||
|
@ -88,7 +88,7 @@ static const bmx055_params_t bmx055_params[] = {
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief SAUL registry entires
|
||||
* @brief SAUL registry entries
|
||||
*/
|
||||
static const saul_reg_info_t bmx055_saul_info[][3] = {
|
||||
BMX055_SAULINFO
|
||||
|
Loading…
Reference in New Issue
Block a user