Fixed typo

This commit is contained in:
Lorenz Meier
2012-09-29 22:06:30 +02:00
parent 6c4bddd996
commit 6005077d54
+1 -1
View File
@@ -1432,7 +1432,7 @@ void handleMessage(mavlink_message_t *msg)
mc.roll = man.x / 1000.0f;
mc.pitch = man.y / 1000.0f;
mc.yaw = man.r / 1000.0f;
mc.thrust = man.z / 1000.0f;
mc.throttle = man.z / 1000.0f;
/* fake RC channels with manual control input from simulator */