1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/b-l475e-iot01a: Adapt lsm6dsxx params

This commit is contained in:
Miquel-HAW 2024-01-18 13:58:58 +01:00
parent 71169638ca
commit d45a179a2e

View File

@ -71,8 +71,8 @@ extern "C" {
* @name LSM6DSL accelerometer sensor configuration
* @{
*/
#define LSM6DSL_PARAM_I2C I2C_DEV(1)
#define LSM6DSL_PARAM_ADDR (0x6A)
#define LSM6DSXX_PARAM_I2C I2C_DEV(1)
#define LSM6DSXX_PARAM_ADDR (0x6A)
/** @} */
#ifdef __cplusplus