FMU driver: Fix typo

This commit is contained in:
Lorenz Meier 2016-06-26 22:27:45 +02:00
parent 33e259e827
commit acc8acd059
1 changed files with 1 additions and 1 deletions

View File

@ -2499,7 +2499,7 @@ fmu_new_mode(PortMode new_mode)
break;
case PORT_PWM3:
/* select 4-pin PWM mode */
/* select 3-pin PWM mode */
servo_mode = PX4FMU::MODE_3PWM;
break;