Do not send an error message for RX pairing commands

This commit is contained in:
Lorenz Meier
2014-02-01 23:13:41 +01:00
parent e1356f69b4
commit 243a28ff8b
+4
View File
@@ -1864,6 +1864,10 @@ void *commander_low_prio_loop(void *arg)
break;
}
case VEHICLE_CMD_START_RX_PAIR:
/* handled in the IO driver */
break;
default:
answer_command(cmd, VEHICLE_CMD_RESULT_UNSUPPORTED);
break;