ROMFS: Renamed hil to pwm_out_sim

This commit is contained in:
Lorenz Meier 2015-08-12 19:24:08 +02:00
parent bfb7b28c88
commit 846236a12f
1 changed files with 4 additions and 4 deletions

View File

@ -397,12 +397,12 @@ then
if [ $OUTPUT_MODE == hil ]
then
if hil mode_port2_pwm8
if pwm_out_sim mode_port2_pwm8
then
echo "[i] HIL output started"
echo "[i] PWM SIM output started"
else
echo "[i] ERROR: HIL output start failed"
echo "ERROR: HIL output start failed" >> $LOG_FILE
echo "[i] ERROR: PWM SIM output start failed"
echo "ERROR: PWM SIM output start failed" >> $LOG_FILE
tone_alarm $TUNE_ERR
fi
fi