mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
refactor icm20602: use driver base class
This commit is contained in:
@@ -43,7 +43,7 @@ fi
|
||||
# will prevent the incorrect driver from a successful initialization.
|
||||
|
||||
# ICM20602 internal SPI bus ICM-20608-G is rotated 90 deg yaw
|
||||
if ! icm20602 -R 8 start
|
||||
if ! icm20602 -s -R 8 start
|
||||
then
|
||||
# ICM20608 internal SPI bus ICM-20602-G is rotated 90 deg yaw
|
||||
icm20608g -R 8 start
|
||||
|
||||
Reference in New Issue
Block a user