Skip to content

Commit b634a40

Browse files
committed
autotest: CubeOrange and CubeBlack need MS5607 for build options testing
1 parent 39ac45a commit b634a40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tools/autotest/test_build_options.py

+2
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,15 @@ def must_have_defines_for_board(self, board):
7878
must_have_defines = {
7979
"CubeOrange": frozenset([
8080
'AP_BARO_MS5611_ENABLED',
81+
'AP_BARO_MS5607_ENABLED',
8182
'AP_COMPASS_LSM303D_ENABLED',
8283
'AP_COMPASS_AK8963_ENABLED',
8384
'AP_COMPASS_AK09916_ENABLED',
8485
'AP_COMPASS_ICM20948_ENABLED',
8586
]),
8687
"CubeBlack": frozenset([
8788
'AP_BARO_MS5611_ENABLED',
89+
'AP_BARO_MS5607_ENABLED',
8890
'AP_COMPASS_LSM303D_ENABLED',
8991
'AP_COMPASS_AK8963_ENABLED',
9092
'AP_COMPASS_AK09916_ENABLED',

0 commit comments

Comments
 (0)