14 lines
881 B
C
14 lines
881 B
C
|
/* This file is a temporary workaround for mapping of the generated information
|
||
|
* to the current driver definitions. This will be removed when the drivers
|
||
|
* are modified to handle the generated information, or the mapping of
|
||
|
* generated data matches the driver definitions.
|
||
|
*/
|
||
|
|
||
|
#define CONFIG_LSM303DLHC_ACCEL_NAME ST_STM32_I2C_V2_40005400_ST_LSM303DLHC_ACCEL_19_LABEL
|
||
|
#define CONFIG_LSM303DLHC_ACCEL_I2C_ADDR ST_STM32_I2C_V2_40005400_ST_LSM303DLHC_ACCEL_19_BASE_ADDRESS
|
||
|
#define CONFIG_LSM303DLHC_ACCEL_I2C_MASTER_DEV ST_STM32_I2C_V2_40005400_ST_LSM303DLHC_ACCEL_19_BUS_NAME
|
||
|
|
||
|
#define CONFIG_LSM303DLHC_MAGN_NAME ST_STM32_I2C_V2_40005400_ST_LSM303DLHC_MAGN_1E_LABEL
|
||
|
#define CONFIG_LSM303DLHC_MAGN_I2C_ADDR ST_STM32_I2C_V2_40005400_ST_LSM303DLHC_MAGN_1E_BASE_ADDRESS
|
||
|
#define CONFIG_LSM303DLHC_MAGN_I2C_MASTER_DEV ST_STM32_I2C_V2_40005400_ST_LSM303DLHC_MAGN_1E_BUS_NAME
|