forked from Archive/PX4-Autopilot
fmu-v5x: support for mini base board
This was forgotton with all the merges and shuffling previously.
This commit is contained in:
parent
280f2e3abc
commit
02c281c3e8
|
@ -48,11 +48,11 @@ then
|
|||
fi
|
||||
fi
|
||||
|
||||
if ver hwtypecmp V5X00 V5X01 V5X02 V5X10 V5X40 V5X41 V5X42
|
||||
if ver hwtypecmp V5X00 V5X01 V5X02 V5X10 V5X40 V5X41 V5X42 V5X51 V5X52
|
||||
then
|
||||
#FMUv5Xbase board orientation
|
||||
|
||||
if ver hwtypecmp V5X00 V5X01 V5X40 V5X41
|
||||
if ver hwtypecmp V5X00 V5X01 V5X40 V5X41 V5X51
|
||||
then
|
||||
# Internal SPI BMI088
|
||||
bmi088 -A -R 4 -s start
|
||||
|
|
Loading…
Reference in New Issue