boards: fmu was renamed pwm_out

This commit is contained in:
Daniel Agar 2020-04-11 14:18:55 -04:00 committed by GitHub
parent 751b3497a0
commit 276b2cad5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ adc start
# schematic and BOM, leading to sensor brownouts
# on boot. Original Pixracers following the
# open hardware design do not require this.
fmu sensor_reset 50
pwm_out sensor_reset 50
# External I2C bus

View File

@ -8,7 +8,7 @@
if param compare SYS_AUTOSTART 4071
then
# Change rate to 400 Khz for fast barometer
#fmu i2c 1 400000
#pwm_out i2c 1 400000
# IFO has only external i2c barometer.
# It does not start EKF2 in the beginning which is strange behaviour. but 3 seconds hack.