1
0
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:
Kaspar Schleiser 2019-10-23 21:20:29 +02:00
parent 5c4bf445bb
commit da4d5be21f
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -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