Merge branch 'master' into beta

This commit is contained in:
Lorenz Meier
2014-02-04 15:34:35 +01:00
23 changed files with 1304 additions and 184 deletions
+4
View File
@@ -1938,6 +1938,10 @@ void *commander_low_prio_loop(void *arg)
break;
}
case VEHICLE_CMD_START_RX_PAIR:
/* handled in the IO driver */
break;
default:
/* don't answer on unsupported commands, it will be done in main loop */
break;