From c61c1a15ee94ff6de909cdb019e5846c9545d098 Mon Sep 17 00:00:00 2001 From: CUAV_gitfishup Date: Tue, 8 Jun 2021 15:18:20 +0800 Subject: [PATCH] cuav/x7pro: fix syntax error in rc.board_sensors --- boards/cuav/x7pro/init/rc.board_sensors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/cuav/x7pro/init/rc.board_sensors b/boards/cuav/x7pro/init/rc.board_sensors index 31e9812ae1..74f565b176 100644 --- a/boards/cuav/x7pro/init/rc.board_sensors +++ b/boards/cuav/x7pro/init/rc.board_sensors @@ -15,7 +15,7 @@ rm3100 -s -b 2 start # SPI4 bmi088 -s -b 4 -A -R 2 start -if !bmi088 -s -b 4 -G -R 2 start +if ! bmi088 -s -b 4 -G -R 2 start then icm42688p -R 2 -s start fi