From 074ed24d0259d72ba801e45ec859e476475bf2cc Mon Sep 17 00:00:00 2001 From: honglang Date: Thu, 17 Jun 2021 14:31:30 +0800 Subject: [PATCH] nora:fixed syntax error --- boards/cuav/nora/init/rc.board_sensors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/cuav/nora/init/rc.board_sensors b/boards/cuav/nora/init/rc.board_sensors index 3692b725a8..b6dcb5b0cb 100644 --- a/boards/cuav/nora/init/rc.board_sensors +++ b/boards/cuav/nora/init/rc.board_sensors @@ -12,7 +12,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