Skip to content

Commit

Permalink
tests: drivers: sensor: update naming
Browse files Browse the repository at this point in the history
Rename ICM42670 define to ICM42X70 to be aligned with updated driver
to support icm42370-p

Signed-off-by: Aurelie Fontaine <[email protected]>
  • Loading branch information
afontaine-invn committed Jan 16, 2025
1 parent 88b18b7 commit 59d055c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/drivers/build_all/sensor/sensors_trigger_global.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ CONFIG_GROW_R502A_TRIGGER_GLOBAL_THREAD=y
CONFIG_HMC5883L_TRIGGER_GLOBAL_THREAD=y
CONFIG_HTS221_TRIGGER_GLOBAL_THREAD=y
CONFIG_ICM42605_TRIGGER_GLOBAL_THREAD=y
CONFIG_ICM42670_TRIGGER_GLOBAL_THREAD=y
CONFIG_ICM42X70_TRIGGER_GLOBAL_THREAD=y
CONFIG_ICM42688_TRIGGER_GLOBAL_THREAD=y
CONFIG_IIS2DH_TRIGGER_GLOBAL_THREAD=y
CONFIG_IIS2DLPC_TRIGGER_GLOBAL_THREAD=y
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/build_all/sensor/sensors_trigger_none.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ CONFIG_GROW_R502A_TRIGGER_NONE=y
CONFIG_HMC5883L_TRIGGER_NONE=y
CONFIG_HTS221_TRIGGER_NONE=y
CONFIG_ICM42605_TRIGGER_NONE=y
CONFIG_ICM42670_TRIGGER_NONE=y
CONFIG_ICM42X70_TRIGGER_NONE=y
CONFIG_ICM42688_TRIGGER_NONE=y
CONFIG_IIS2DH_TRIGGER_NONE=y
CONFIG_IIS2DLPC_TRIGGER_NONE=y
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers/build_all/sensor/sensors_trigger_own.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ CONFIG_FXLS8974_TRIGGER_OWN_THREAD=y
CONFIG_GROW_R502A_TRIGGER_OWN_THREAD=y
CONFIG_HMC5883L_TRIGGER_OWN_THREAD=y
CONFIG_HTS221_TRIGGER_OWN_THREAD=y
CONFIG_ICM42670_TRIGGER_OWN_THREAD=y
CONFIG_ICM42X70_TRIGGER_OWN_THREAD=y
CONFIG_ICM42688_TRIGGER_OWN_THREAD=y
CONFIG_IIS2DH_TRIGGER_OWN_THREAD=y
CONFIG_IIS2DLPC_TRIGGER_OWN_THREAD=y
Expand Down

0 comments on commit 59d055c

Please sign in to comment.