Skip to content

Commit d240d0e

Browse files
committed
fix: remove app_imu_ahrs from maixcam2 blacklist
1 parent 34c51fc commit d240d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/build_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -e
88

99
blacklist_linux=()
1010
blacklist_maixcam=("app_yoloworld" "app_vlm" "app_mono_depth_estimation" "app_chat" "app_speech" "app_imu_lsm6dsow" "app_tof100" "app_thermal_tiny1c")
11-
blacklist_maixcam2=("app_imu_ahrs")
11+
blacklist_maixcam2=()
1212

1313
#############################################
1414

0 commit comments

Comments
 (0)