You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
260 B
14 lines
260 B
5 years ago
|
#!/bin/sh
|
||
|
#
|
||
|
# mRo x21 specific board defaults
|
||
|
#------------------------------------------------------------------------------
|
||
|
|
||
|
|
||
|
if [ $AUTOCNF = yes ]
|
||
|
then
|
||
|
|
||
|
# to minimize cpu usage on older boards limit inner loop to 400 Hz
|
||
|
param set IMU_GYRO_RATEMAX 400
|
||
|
|
||
|
fi
|